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