Color spaces of #dcd5eb
RGB | 220 | 213 | 235 |
---|---|---|---|
HSL | 0.72 | 0.35 | 0.88 |
HSV | 259° | 9° | 92° |
CMYK | 0.06 | 0.09 | 0.00 0.08 |
XYZ | 68.3048 | 68.8023 | 88.2774 |
Yxy | 68.8023 | 0.3031 | 0.3053 |
Hunter Lab | 82.9472 | 1.8325 | -5.0370 |
CIE-Lab | 86.4061 | 6.4532 | -9.9297 |
#dcd5eb color RGB value is (220,213,235).
#dcd5eb hex color red value is 220, green value is 213 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #dcd5eb hue: 0.72 , saturation: 0.35 and the lightness value of dcd5eb is 0.88.
The process color (four color CMYK) of #dcd5eb color hex is 0.06, 0.09, 0.00, 0.08. Web safe color of #dcd5eb is #ccccff. Color #dcd5eb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11010101 | 11101011 |
Octal | 334 | 325 | 353 |
Decimal | 220 | 213 | 235 |
Hex | DC | D5 | EB |
Shades of #dcd5eb
Tints of #dcd5eb
RGB Percentages of Color #dcd5eb
CMYK Percentages of Color #dcd5eb
Complementary Color
#dcd5eb | #e4ebd5 |
#dcd5eb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcd5eb Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcd5eb Color CSS Codes
.mybgcolor {background-color:#dcd5eb; } .myforecolor {color:#dcd5eb; } .mybordercolor {border:3px solid #dcd5eb; }
#dcd5eb Text Font Color
<p style="color:#dcd5eb">Text here</p>
This sample text font color is #dcd5eb
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.
#dcd5eb Background Color
<div style="background-color:#dcd5eb">
Div content here</div>
This div background color is #dcd5eb
#dcd5eb Border Color
<div style="border:3px solid #dcd5eb">
Div here</div>
This div border color is #dcd5eb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,213,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcd5eb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcd5eb; -webkit-box-shadow: 1px 1px 3px 2px #dcd5eb; box-shadow: 1px 1px 3px 2px #dcd5eb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,213,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcd5eb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcd5eb; -webkit-box-shadow: 1px 1px 3px 2px #dcd5eb; box-shadow: 1px 1px 3px 2px #dcd5eb;">
Div content here</div>
This div box has shadow with color #dcd5eb
Comments
No comments written yet.
Please login to write comment.