Shades of Solitude #DFE9F4
Tints of Solitude #DFE9F4
RGB
CMYK
RGB Variations
Color information
#DFE9F4 (or 0xDFE9F4) is known color: Solitude. HEX triplet: DF, E9 and F4. RGB value is (223,233,244). Sum of RGB (Red+Green+Blue) = 223+233+244=700 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.86% from 700); Green value is 233 (91.41% from 255 or 33.29% from 700); Blue value is 244 (95.70% from 255 or 34.86% from 700); Max value from RGB is 244 - color contains mainly: blue. Hex color #DFE9F4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFE9F4 is #20160B. Grayscale: #E7E7E7. Windows color (decimal): -2102796 or 16050655. OLE color: 16050655.
HSL color Cylindrical-coordinate representation of color #DFE9F4: hue angle of 211.43º degrees, saturation: 0.49, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DFE9F4 is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 223 | 233 | 244 | - |
CMYK | 0.09 | 0.05 | 0 | 0.04 |
HSL | 211.43º | 0.49% | 0.92% | - |
HSV(B) | 211.43º | 0.09% | 0.96% | - |
XYZ | 75.9 | 80.5 | 97.13 | - |
YUV | 231.26 | 135.19 | 122.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 233 | 244 | 0.09 | 0.05 | 0 | 0.04 | 211.43 | 0.49 | 0.92 |
Hex | DF | E9 | F4 | 9 | 5 | 0 | 4 | D3 | 31 | 5C |
Octal | 337 | 351 | 364 | 11 | 5 | 0 | 4 | 323 | 61 | 134 |
Binary | 11011111 | 11101001 | 11110100 | 1001 | 101 | 0 | 100 | 11010011 | 110001 | 1011100 |
Color Harmonies of #DFE9F4
Complementary color
Monochromatic Colors of #DFE9F4
Black with #DFE9F4
Text Example
Text Example
White with #DFE9F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE9F4; }
p { color: rgb(223,233,244); }
H1.HeaderClassName
{
color: #DFE9F4;
}
.AnyTagClassName
{
color: #DFE9F4;
}
</style>
background-color css
<style>
a { background-color: #DFE9F4; }
a { background-color: rgb(223,233,244); }
div.DivClassName
{
background-color: #DFE9F4;
}
.BgClassName
{
background-color: #DFE9F4;
}
</style>
border-color css
<style>
span { border-color: #DFE9F4; }
span { border-color: rgb(223,233,244); }
td.TdClassName
{
border-color: #DFE9F4;
}
.TagClassName
{
border-color: #DFE9F4;
}
</style>