Shades of Solitude #DCE4F4
Tints of Solitude #DCE4F4
RGB
CMYK
RGB Variations
Color information
#DCE4F4 (or 0xDCE4F4) is known color: Solitude. HEX triplet: DC, E4 and F4. RGB value is (220,228,244). Sum of RGB (Red+Green+Blue) = 220+228+244=692 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.79% from 692); Green value is 228 (89.45% from 255 or 32.95% from 692); Blue value is 244 (95.70% from 255 or 35.26% from 692); Max value from RGB is 244 - color contains mainly: blue. Hex color #DCE4F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE4F4 is #231B0B. Grayscale: #E3E3E3. Windows color (decimal): -2300684 or 16049372. OLE color: 16049372.
HSL color Cylindrical-coordinate representation of color #DCE4F4: hue angle of 220º degrees, saturation: 0.52, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCE4F4 is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 228 | 244 | - |
| CMYK | 0.10 | 0.07 | 0 | 0.04 |
| HSL | 220º | 0.52% | 0.91% | - |
| HSV(B) | 220º | 0.1% | 0.96% | - |
| XYZ | 73.59 | 77.23 | 96.62 | - |
| YUV | 227.43 | 137.35 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 228 | 244 | 0.10 | 0.07 | 0 | 0.04 | 220 | 0.52 | 0.91 |
| Hex | DC | E4 | F4 | A | 7 | 0 | 4 | DC | 34 | 5B |
| Octal | 334 | 344 | 364 | 12 | 7 | 0 | 4 | 334 | 64 | 133 |
| Binary | 11011100 | 11100100 | 11110100 | 1010 | 111 | 0 | 100 | 11011100 | 110100 | 1011011 |
Color Harmonies of #DCE4F4
Complementary color
Monochromatic Colors of #DCE4F4
Black with #DCE4F4
Text Example
Text Example
White with #DCE4F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE4F4; }
p { color: rgb(220,228,244); }
H1.HeaderClassName
{
color: #DCE4F4;
}
.AnyTagClassName
{
color: #DCE4F4;
}
</style>
background-color css
<style>
a { background-color: #DCE4F4; }
a { background-color: rgb(220,228,244); }
div.DivClassName
{
background-color: #DCE4F4;
}
.BgClassName
{
background-color: #DCE4F4;
}
</style>
border-color css
<style>
span { border-color: #DCE4F4; }
span { border-color: rgb(220,228,244); }
td.TdClassName
{
border-color: #DCE4F4;
}
.TagClassName
{
border-color: #DCE4F4;
}
</style>