Shades of Solitude #DCE4F1
Tints of Solitude #DCE4F1
RGB
CMYK
RGB Variations
Color information
#DCE4F1 (or 0xDCE4F1) is known color: Solitude. HEX triplet: DC, E4 and F1. RGB value is (220,228,241). Sum of RGB (Red+Green+Blue) = 220+228+241=689 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.93% from 689); Green value is 228 (89.45% from 255 or 33.09% from 689); Blue value is 241 (94.53% from 255 or 34.98% from 689); Max value from RGB is 241 - color contains mainly: blue. Hex color #DCE4F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE4F1 is #231B0E. Grayscale: #E3E3E3. Windows color (decimal): -2300687 or 15852764. OLE color: 15852764.
HSL color Cylindrical-coordinate representation of color #DCE4F1: hue angle of 217.14º degrees, saturation: 0.43, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCE4F1 is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 228 | 241 | - |
| CMYK | 0.09 | 0.05 | 0 | 0.05 |
| HSL | 217.14º | 0.43% | 0.9% | - |
| HSV(B) | 217.14º | 0.09% | 0.95% | - |
| XYZ | 73.14 | 77.05 | 94.24 | - |
| YUV | 227.09 | 135.85 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 228 | 241 | 0.09 | 0.05 | 0 | 0.05 | 217.14 | 0.43 | 0.9 |
| Hex | DC | E4 | F1 | 9 | 5 | 0 | 5 | D9 | 2B | 5A |
| Octal | 334 | 344 | 361 | 11 | 5 | 0 | 5 | 331 | 53 | 132 |
| Binary | 11011100 | 11100100 | 11110001 | 1001 | 101 | 0 | 101 | 11011001 | 101011 | 1011010 |
Color Harmonies of #DCE4F1
Complementary color
Monochromatic Colors of #DCE4F1
Black with #DCE4F1
Text Example
Text Example
White with #DCE4F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE4F1; }
p { color: rgb(220,228,241); }
H1.HeaderClassName
{
color: #DCE4F1;
}
.AnyTagClassName
{
color: #DCE4F1;
}
</style>
background-color css
<style>
a { background-color: #DCE4F1; }
a { background-color: rgb(220,228,241); }
div.DivClassName
{
background-color: #DCE4F1;
}
.BgClassName
{
background-color: #DCE4F1;
}
</style>
border-color css
<style>
span { border-color: #DCE4F1; }
span { border-color: rgb(220,228,241); }
td.TdClassName
{
border-color: #DCE4F1;
}
.TagClassName
{
border-color: #DCE4F1;
}
</style>