Shades of Solitude #DCE5F4
Tints of Solitude #DCE5F4
RGB
CMYK
RGB Variations
Color information
#DCE5F4 (or 0xDCE5F4) is known color: Solitude. HEX triplet: DC, E5 and F4. RGB value is (220,229,244). Sum of RGB (Red+Green+Blue) = 220+229+244=693 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.75% from 693); Green value is 229 (89.84% from 255 or 33.04% from 693); Blue value is 244 (95.70% from 255 or 35.21% from 693); Max value from RGB is 244 - color contains mainly: blue. Hex color #DCE5F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE5F4 is #231A0B. Grayscale: #E3E3E3. Windows color (decimal): -2300428 or 16049628. OLE color: 16049628.
HSL color Cylindrical-coordinate representation of color #DCE5F4: hue angle of 217.5º 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 #DCE5F4 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 229 | 244 | - |
| CMYK | 0.10 | 0.06 | 0 | 0.04 |
| HSL | 217.5º | 0.52% | 0.91% | - |
| HSV(B) | 217.5º | 0.1% | 0.96% | - |
| XYZ | 73.86 | 77.79 | 96.71 | - |
| YUV | 228.02 | 137.02 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 229 | 244 | 0.10 | 0.06 | 0 | 0.04 | 217.5 | 0.52 | 0.91 |
| Hex | DC | E5 | F4 | A | 6 | 0 | 4 | DA | 34 | 5B |
| Octal | 334 | 345 | 364 | 12 | 6 | 0 | 4 | 332 | 64 | 133 |
| Binary | 11011100 | 11100101 | 11110100 | 1010 | 110 | 0 | 100 | 11011010 | 110100 | 1011011 |
Color Harmonies of #DCE5F4
Complementary color
Monochromatic Colors of #DCE5F4
Black with #DCE5F4
Text Example
Text Example
White with #DCE5F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE5F4; }
p { color: rgb(220,229,244); }
H1.HeaderClassName
{
color: #DCE5F4;
}
.AnyTagClassName
{
color: #DCE5F4;
}
</style>
background-color css
<style>
a { background-color: #DCE5F4; }
a { background-color: rgb(220,229,244); }
div.DivClassName
{
background-color: #DCE5F4;
}
.BgClassName
{
background-color: #DCE5F4;
}
</style>
border-color css
<style>
span { border-color: #DCE5F4; }
span { border-color: rgb(220,229,244); }
td.TdClassName
{
border-color: #DCE5F4;
}
.TagClassName
{
border-color: #DCE5F4;
}
</style>