Shades of Solitude #DCE9FD
Tints of Solitude #DCE9FD
RGB
CMYK
RGB Variations
Color information
#DCE9FD (or 0xDCE9FD) is known color: Solitude. HEX triplet: DC, E9 and FD. RGB value is (220,233,253). Sum of RGB (Red+Green+Blue) = 220+233+253=706 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.16% from 706); Green value is 233 (91.41% from 255 or 33.00% from 706); Blue value is 253 (99.22% from 255 or 35.84% from 706); Max value from RGB is 253 - color contains mainly: blue. Hex color #DCE9FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCE9FD is #231602. Grayscale: #E7E7E7. Windows color (decimal): -2299395 or 16640476. OLE color: 16640476.
HSL color Cylindrical-coordinate representation of color #DCE9FD: hue angle of 216.36º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCE9FD is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 220 | 233 | 253 | - |
CMYK | 0.13 | 0.08 | 0 | 0.01 |
HSL | 216.36º | 0.89% | 0.93% | - |
HSV(B) | 216.36º | 0.13% | 0.99% | - |
XYZ | 76.38 | 80.59 | 104.46 | - |
YUV | 231.39 | 140.19 | 119.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 233 | 253 | 0.13 | 0.08 | 0 | 0.01 | 216.36 | 0.89 | 0.93 |
Hex | DC | E9 | FD | D | 8 | 0 | 1 | D8 | 59 | 5D |
Octal | 334 | 351 | 375 | 15 | 10 | 0 | 1 | 330 | 131 | 135 |
Binary | 11011100 | 11101001 | 11111101 | 1101 | 1000 | 0 | 1 | 11011000 | 1011001 | 1011101 |
Color Harmonies of #DCE9FD
Complementary color
Monochromatic Colors of #DCE9FD
Black with #DCE9FD
Text Example
Text Example
White with #DCE9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE9FD; }
p { color: rgb(220,233,253); }
H1.HeaderClassName
{
color: #DCE9FD;
}
.AnyTagClassName
{
color: #DCE9FD;
}
</style>
background-color css
<style>
a { background-color: #DCE9FD; }
a { background-color: rgb(220,233,253); }
div.DivClassName
{
background-color: #DCE9FD;
}
.BgClassName
{
background-color: #DCE9FD;
}
</style>
border-color css
<style>
span { border-color: #DCE9FD; }
span { border-color: rgb(220,233,253); }
td.TdClassName
{
border-color: #DCE9FD;
}
.TagClassName
{
border-color: #DCE9FD;
}
</style>