Color spaces of #dcbede
RGB | 220 | 190 | 222 |
---|---|---|---|
HSL | 0.82 | 0.33 | 0.81 |
HSV | 296° | 14° | 87° |
CMYK | 0.01 | 0.14 | 0.00 0.13 |
XYZ | 61.1135 | 57.3165 | 76.9494 |
Yxy | 57.3165 | 0.3128 | 0.2934 |
Hunter Lab | 75.7077 | 11.6022 | -7.2671 |
CIE-Lab | 80.3573 | 16.2220 | -12.0137 |
#dcbede color RGB value is (220,190,222).
#dcbede hex color red value is 220, green value is 190 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #dcbede hue: 0.82 , saturation: 0.33 and the lightness value of dcbede is 0.81.
The process color (four color CMYK) of #dcbede color hex is 0.01, 0.14, 0.00, 0.13. Web safe color of #dcbede is #cccccc. Color #dcbede contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 10111110 | 11011110 |
Octal | 334 | 276 | 336 |
Decimal | 220 | 190 | 222 |
Hex | DC | BE | DE |
Shades of #dcbede
Tints of #dcbede
RGB Percentages of Color #dcbede
CMYK Percentages of Color #dcbede
Complementary Color
#dcbede | #c0debe |
#dcbede Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcbede Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcbede Color CSS Codes
.mybgcolor {background-color:#dcbede; } .myforecolor {color:#dcbede; } .mybordercolor {border:3px solid #dcbede; }
#dcbede Text Font Color
<p style="color:#dcbede">Text here</p>
This sample text font color is #dcbede
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.
#dcbede Background Color
<div style="background-color:#dcbede">
Div content here</div>
This div background color is #dcbede
#dcbede Border Color
<div style="border:3px solid #dcbede">
Div here</div>
This div border color is #dcbede
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,190,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcbede; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcbede; -webkit-box-shadow: 1px 1px 3px 2px #dcbede; box-shadow: 1px 1px 3px 2px #dcbede; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,190,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcbede">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcbede; -webkit-box-shadow: 1px 1px 3px 2px #dcbede; box-shadow: 1px 1px 3px 2px #dcbede;">
Div content here</div>
This div box has shadow with color #dcbede
Comments
No comments written yet.
Please login to write comment.