Color spaces of #dcbecb
RGB | 220 | 190 | 203 |
---|---|---|---|
HSL | 0.93 | 0.30 | 0.80 |
HSV | 334° | 14° | 86° |
CMYK | 0.00 | 0.14 | 0.08 0.14 |
XYZ | 58.7081 | 56.3544 | 64.2831 |
Yxy | 56.3544 | 0.3273 | 0.3142 |
Hunter Lab | 75.0696 | 8.2240 | 1.7779 |
CIE-Lab | 79.8151 | 12.8211 | -2.5824 |
#dcbecb color RGB value is (220,190,203).
#dcbecb hex color red value is 220, green value is 190 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #dcbecb hue: 0.93 , saturation: 0.30 and the lightness value of dcbecb is 0.80.
The process color (four color CMYK) of #dcbecb color hex is 0.00, 0.14, 0.08, 0.14. Web safe color of #dcbecb is #cccccc. Color #dcbecb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 10111110 | 11001011 |
Octal | 334 | 276 | 313 |
Decimal | 220 | 190 | 203 |
Hex | DC | BE | CB |
Shades of #dcbecb
Tints of #dcbecb
RGB Percentages of Color #dcbecb
CMYK Percentages of Color #dcbecb
Complementary Color
#dcbecb | #bedccf |
#dcbecb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcbecb Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcbecb Color CSS Codes
.mybgcolor {background-color:#dcbecb; } .myforecolor {color:#dcbecb; } .mybordercolor {border:3px solid #dcbecb; }
#dcbecb Text Font Color
<p style="color:#dcbecb">Text here</p>
This sample text font color is #dcbecb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#dcbecb Background Color
<div style="background-color:#dcbecb">
Div content here</div>
This div background color is #dcbecb
#dcbecb Border Color
<div style="border:3px solid #dcbecb">
Div here</div>
This div border color is #dcbecb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,190,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcbecb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcbecb; -webkit-box-shadow: 1px 1px 3px 2px #dcbecb; box-shadow: 1px 1px 3px 2px #dcbecb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,190,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcbecb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcbecb; -webkit-box-shadow: 1px 1px 3px 2px #dcbecb; box-shadow: 1px 1px 3px 2px #dcbecb;">
Div content here</div>
This div box has shadow with color #dcbecb
Comments
No comments written yet.
Please login to write comment.