Color spaces of #dcbdee
RGB | 220 | 189 | 238 |
---|---|---|---|
HSL | 0.77 | 0.59 | 0.84 |
HSV | 278° | 21° | 93° |
CMYK | 0.08 | 0.21 | 0.00 0.07 |
XYZ | 63.1454 | 57.7839 | 88.7142 |
Yxy | 57.7839 | 0.3012 | 0.2756 |
Hunter Lab | 76.0157 | 15.2504 | -15.9834 |
CIE-Lab | 80.6185 | 19.8268 | -20.2153 |
#dcbdee color RGB value is (220,189,238).
#dcbdee hex color red value is 220, green value is 189 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #dcbdee hue: 0.77 , saturation: 0.59 and the lightness value of dcbdee is 0.84.
The process color (four color CMYK) of #dcbdee color hex is 0.08, 0.21, 0.00, 0.07. Web safe color of #dcbdee is #ccccff. Color #dcbdee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 10111101 | 11101110 |
Octal | 334 | 275 | 356 |
Decimal | 220 | 189 | 238 |
Hex | DC | BD | EE |
Shades of #dcbdee
Tints of #dcbdee
RGB Percentages of Color #dcbdee
CMYK Percentages of Color #dcbdee
Complementary Color
#dcbdee | #cfeebd |
#dcbdee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcbdee Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcbdee Color CSS Codes
.mybgcolor {background-color:#dcbdee; } .myforecolor {color:#dcbdee; } .mybordercolor {border:3px solid #dcbdee; }
#dcbdee Text Font Color
<p style="color:#dcbdee">Text here</p>
This sample text font color is #dcbdee
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.
#dcbdee Background Color
<div style="background-color:#dcbdee">
Div content here</div>
This div background color is #dcbdee
#dcbdee Border Color
<div style="border:3px solid #dcbdee">
Div here</div>
This div border color is #dcbdee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,189,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcbdee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcbdee; -webkit-box-shadow: 1px 1px 3px 2px #dcbdee; box-shadow: 1px 1px 3px 2px #dcbdee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,189,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcbdee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcbdee; -webkit-box-shadow: 1px 1px 3px 2px #dcbdee; box-shadow: 1px 1px 3px 2px #dcbdee;">
Div content here</div>
This div box has shadow with color #dcbdee
Comments
No comments written yet.
Please login to write comment.