Shades of Solitude #DFE5ED
Tints of Solitude #DFE5ED
RGB
CMYK
RGB Variations
Color information
#DFE5ED (or 0xDFE5ED) is known color: Solitude. HEX triplet: DF, E5 and ED. RGB value is (223,229,237). Sum of RGB (Red+Green+Blue) = 223+229+237=689 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.37% from 689); Green value is 229 (89.84% from 255 or 33.24% from 689); Blue value is 237 (92.97% from 255 or 34.40% from 689); Max value from RGB is 237 - color contains mainly: blue. Hex color #DFE5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE5ED is #201A12. Grayscale: #E4E4E4. Windows color (decimal): -2103827 or 15590879. OLE color: 15590879.
HSL color Cylindrical-coordinate representation of color #DFE5ED: hue angle of 214.29º 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 #DFE5ED is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 223 | 229 | 237 | - |
CMYK | 0.06 | 0.03 | 0 | 0.07 |
HSL | 214.29º | 0.28% | 0.9% | - |
HSV(B) | 214.29º | 0.06% | 0.93% | - |
XYZ | 73.74 | 77.84 | 91.26 | - |
YUV | 228.12 | 133.01 | 124.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 229 | 237 | 0.06 | 0.03 | 0 | 0.07 | 214.29 | 0.28 | 0.9 |
Hex | DF | E5 | ED | 6 | 3 | 0 | 7 | D6 | 1C | 5A |
Octal | 337 | 345 | 355 | 6 | 3 | 0 | 7 | 326 | 34 | 132 |
Binary | 11011111 | 11100101 | 11101101 | 110 | 11 | 0 | 111 | 11010110 | 11100 | 1011010 |
Color Harmonies of #DFE5ED
Complementary color
Monochromatic Colors of #DFE5ED
Black with #DFE5ED
Text Example
Text Example
White with #DFE5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE5ED; }
p { color: rgb(223,229,237); }
H1.HeaderClassName
{
color: #DFE5ED;
}
.AnyTagClassName
{
color: #DFE5ED;
}
</style>
background-color css
<style>
a { background-color: #DFE5ED; }
a { background-color: rgb(223,229,237); }
div.DivClassName
{
background-color: #DFE5ED;
}
.BgClassName
{
background-color: #DFE5ED;
}
</style>
border-color css
<style>
span { border-color: #DFE5ED; }
span { border-color: rgb(223,229,237); }
td.TdClassName
{
border-color: #DFE5ED;
}
.TagClassName
{
border-color: #DFE5ED;
}
</style>