Shades of Solitude #DFE4ED
Tints of Solitude #DFE4ED
RGB
CMYK
RGB Variations
Color information
#DFE4ED (or 0xDFE4ED) is known color: Solitude. HEX triplet: DF, E4 and ED. RGB value is (223,228,237). Sum of RGB (Red+Green+Blue) = 223+228+237=688 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.41% from 688); Green value is 228 (89.45% from 255 or 33.14% from 688); Blue value is 237 (92.97% from 255 or 34.45% from 688); Max value from RGB is 237 - color contains mainly: blue. Hex color #DFE4ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE4ED is #201B12. Grayscale: #E3E3E3. Windows color (decimal): -2104083 or 15590623. OLE color: 15590623.
HSL color Cylindrical-coordinate representation of color #DFE4ED: hue angle of 218.57º degrees, saturation: 0.28, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DFE4ED is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 223 | 228 | 237 | - |
CMYK | 0.06 | 0.04 | 0 | 0.07 |
HSL | 218.57º | 0.28% | 0.9% | - |
HSV(B) | 218.57º | 0.06% | 0.93% | - |
XYZ | 73.46 | 77.29 | 91.17 | - |
YUV | 227.53 | 133.34 | 124.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 228 | 237 | 0.06 | 0.04 | 0 | 0.07 | 218.57 | 0.28 | 0.9 |
Hex | DF | E4 | ED | 6 | 4 | 0 | 7 | DB | 1C | 5A |
Octal | 337 | 344 | 355 | 6 | 4 | 0 | 7 | 333 | 34 | 132 |
Binary | 11011111 | 11100100 | 11101101 | 110 | 100 | 0 | 111 | 11011011 | 11100 | 1011010 |
Color Harmonies of #DFE4ED
Complementary color
Monochromatic Colors of #DFE4ED
Black with #DFE4ED
Text Example
Text Example
White with #DFE4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE4ED; }
p { color: rgb(223,228,237); }
H1.HeaderClassName
{
color: #DFE4ED;
}
.AnyTagClassName
{
color: #DFE4ED;
}
</style>
background-color css
<style>
a { background-color: #DFE4ED; }
a { background-color: rgb(223,228,237); }
div.DivClassName
{
background-color: #DFE4ED;
}
.BgClassName
{
background-color: #DFE4ED;
}
</style>
border-color css
<style>
span { border-color: #DFE4ED; }
span { border-color: rgb(223,228,237); }
td.TdClassName
{
border-color: #DFE4ED;
}
.TagClassName
{
border-color: #DFE4ED;
}
</style>