Color spaces of #dcbdda
RGB | 220 | 189 | 218 |
---|---|---|---|
HSL | 0.84 | 0.31 | 0.80 |
HSV | 304° | 14° | 86° |
CMYK | 0.00 | 0.14 | 0.01 0.14 |
XYZ | 60.3677 | 56.6728 | 74.0869 |
Yxy | 56.6728 | 0.3159 | 0.2965 |
Hunter Lab | 75.2813 | 11.3958 | -5.6523 |
CIE-Lab | 79.9952 | 16.0200 | -10.4010 |
#dcbdda color RGB value is (220,189,218).
#dcbdda hex color red value is 220, green value is 189 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #dcbdda hue: 0.84 , saturation: 0.31 and the lightness value of dcbdda is 0.80.
The process color (four color CMYK) of #dcbdda color hex is 0.00, 0.14, 0.01, 0.14. Web safe color of #dcbdda is #cccccc. Color #dcbdda contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 10111101 | 11011010 |
Octal | 334 | 275 | 332 |
Decimal | 220 | 189 | 218 |
Hex | DC | BD | DA |
Shades of #dcbdda
Tints of #dcbdda
RGB Percentages of Color #dcbdda
CMYK Percentages of Color #dcbdda
Complementary Color
#dcbdda | #bddcbf |
#dcbdda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcbdda Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcbdda Color CSS Codes
.mybgcolor {background-color:#dcbdda; } .myforecolor {color:#dcbdda; } .mybordercolor {border:3px solid #dcbdda; }
#dcbdda Text Font Color
<p style="color:#dcbdda">Text here</p>
This sample text font color is #dcbdda
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.
#dcbdda Background Color
<div style="background-color:#dcbdda">
Div content here</div>
This div background color is #dcbdda
#dcbdda Border Color
<div style="border:3px solid #dcbdda">
Div here</div>
This div border color is #dcbdda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,189,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcbdda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcbdda; -webkit-box-shadow: 1px 1px 3px 2px #dcbdda; box-shadow: 1px 1px 3px 2px #dcbdda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,189,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcbdda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcbdda; -webkit-box-shadow: 1px 1px 3px 2px #dcbdda; box-shadow: 1px 1px 3px 2px #dcbdda;">
Div content here</div>
This div box has shadow with color #dcbdda
Comments
No comments written yet.
Please login to write comment.