Shades of Solitude #DCE5FF
Tints of Solitude #DCE5FF
RGB
CMYK
RGB Variations
Color information
#DCE5FF (or 0xDCE5FF) is known color: Solitude. HEX triplet: DC, E5 and FF. RGB value is (220,229,255). Sum of RGB (Red+Green+Blue) = 220+229+255=704 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.25% from 704); Green value is 229 (89.84% from 255 or 32.53% from 704); Blue value is 255 (100% from 255 or 36.22% from 704); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCE5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE5FF is #231A00. Grayscale: #E5E5E5. Windows color (decimal): -2300417 or 16770524. OLE color: 16770524.
HSL color Cylindrical-coordinate representation of color #DCE5FF: hue angle of 224.57º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCE5FF is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 220 | 229 | 255 | - |
CMYK | 0.14 | 0.10 | 0 | 0 |
HSL | 224.57º | 1% | 0.93% | - |
HSV(B) | 224.57º | 0.14% | 1% | - |
XYZ | 75.58 | 78.47 | 105.77 | - |
YUV | 229.27 | 142.52 | 121.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 229 | 255 | 0.14 | 0.10 | 0 | 0 | 224.57 | 1 | 0.93 |
Hex | DC | E5 | FF | E | A | 0 | 0 | E1 | 64 | 5D |
Octal | 334 | 345 | 377 | 16 | 12 | 0 | 0 | 341 | 144 | 135 |
Binary | 11011100 | 11100101 | 11111111 | 1110 | 1010 | 0 | 0 | 11100001 | 1100100 | 1011101 |
Color Harmonies of #DCE5FF
Complementary color
Monochromatic Colors of #DCE5FF
Black with #DCE5FF
Text Example
Text Example
White with #DCE5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE5FF; }
p { color: rgb(220,229,255); }
H1.HeaderClassName
{
color: #DCE5FF;
}
.AnyTagClassName
{
color: #DCE5FF;
}
</style>
background-color css
<style>
a { background-color: #DCE5FF; }
a { background-color: rgb(220,229,255); }
div.DivClassName
{
background-color: #DCE5FF;
}
.BgClassName
{
background-color: #DCE5FF;
}
</style>
border-color css
<style>
span { border-color: #DCE5FF; }
span { border-color: rgb(220,229,255); }
td.TdClassName
{
border-color: #DCE5FF;
}
.TagClassName
{
border-color: #DCE5FF;
}
</style>