Shades of Solitude #DCE5F0
Tints of Solitude #DCE5F0
RGB
CMYK
RGB Variations
Color information
#DCE5F0 (or 0xDCE5F0) is known color: Solitude. HEX triplet: DC, E5 and F0. RGB value is (220,229,240). Sum of RGB (Red+Green+Blue) = 220+229+240=689 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.93% from 689); Green value is 229 (89.84% from 255 or 33.24% from 689); Blue value is 240 (94.14% from 255 or 34.83% from 689); Max value from RGB is 240 - color contains mainly: blue. Hex color #DCE5F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE5F0 is #231A0F. Grayscale: #E3E3E3. Windows color (decimal): -2300432 or 15787484. OLE color: 15787484.
HSL color Cylindrical-coordinate representation of color #DCE5F0: hue angle of 213º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCE5F0 is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 229 | 240 | - |
| CMYK | 0.08 | 0.05 | 0 | 0.06 |
| HSL | 213º | 0.4% | 0.9% | - |
| HSV(B) | 213º | 0.08% | 0.94% | - |
| XYZ | 73.26 | 77.55 | 93.54 | - |
| YUV | 227.56 | 135.02 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 229 | 240 | 0.08 | 0.05 | 0 | 0.06 | 213 | 0.4 | 0.9 |
| Hex | DC | E5 | F0 | 8 | 5 | 0 | 6 | D5 | 28 | 5A |
| Octal | 334 | 345 | 360 | 10 | 5 | 0 | 6 | 325 | 50 | 132 |
| Binary | 11011100 | 11100101 | 11110000 | 1000 | 101 | 0 | 110 | 11010101 | 101000 | 1011010 |
Color Harmonies of #DCE5F0
Complementary color
Monochromatic Colors of #DCE5F0
Black with #DCE5F0
Text Example
Text Example
White with #DCE5F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE5F0; }
p { color: rgb(220,229,240); }
H1.HeaderClassName
{
color: #DCE5F0;
}
.AnyTagClassName
{
color: #DCE5F0;
}
</style>
background-color css
<style>
a { background-color: #DCE5F0; }
a { background-color: rgb(220,229,240); }
div.DivClassName
{
background-color: #DCE5F0;
}
.BgClassName
{
background-color: #DCE5F0;
}
</style>
border-color css
<style>
span { border-color: #DCE5F0; }
span { border-color: rgb(220,229,240); }
td.TdClassName
{
border-color: #DCE5F0;
}
.TagClassName
{
border-color: #DCE5F0;
}
</style>