Shades of Solitude #DFE8F4
Tints of Solitude #DFE8F4
RGB
CMYK
RGB Variations
Color information
#DFE8F4 (or 0xDFE8F4) is known color: Solitude. HEX triplet: DF, E8 and F4. RGB value is (223,232,244). Sum of RGB (Red+Green+Blue) = 223+232+244=699 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.90% from 699); Green value is 232 (91.02% from 255 or 33.19% from 699); Blue value is 244 (95.70% from 255 or 34.91% from 699); Max value from RGB is 244 - color contains mainly: blue. Hex color #DFE8F4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFE8F4 is #20170B. Grayscale: #E6E6E6. Windows color (decimal): -2103052 or 16050399. OLE color: 16050399.
HSL color Cylindrical-coordinate representation of color #DFE8F4: hue angle of 214.29º 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 #DFE8F4 is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 223 | 232 | 244 | - |
CMYK | 0.09 | 0.05 | 0 | 0.04 |
HSL | 214.29º | 0.49% | 0.92% | - |
HSV(B) | 214.29º | 0.09% | 0.96% | - |
XYZ | 75.62 | 79.93 | 97.03 | - |
YUV | 230.68 | 135.52 | 122.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 232 | 244 | 0.09 | 0.05 | 0 | 0.04 | 214.29 | 0.49 | 0.92 |
Hex | DF | E8 | F4 | 9 | 5 | 0 | 4 | D6 | 31 | 5C |
Octal | 337 | 350 | 364 | 11 | 5 | 0 | 4 | 326 | 61 | 134 |
Binary | 11011111 | 11101000 | 11110100 | 1001 | 101 | 0 | 100 | 11010110 | 110001 | 1011100 |
Color Harmonies of #DFE8F4
Complementary color
Monochromatic Colors of #DFE8F4
Black with #DFE8F4
Text Example
Text Example
White with #DFE8F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE8F4; }
p { color: rgb(223,232,244); }
H1.HeaderClassName
{
color: #DFE8F4;
}
.AnyTagClassName
{
color: #DFE8F4;
}
</style>
background-color css
<style>
a { background-color: #DFE8F4; }
a { background-color: rgb(223,232,244); }
div.DivClassName
{
background-color: #DFE8F4;
}
.BgClassName
{
background-color: #DFE8F4;
}
</style>
border-color css
<style>
span { border-color: #DFE8F4; }
span { border-color: rgb(223,232,244); }
td.TdClassName
{
border-color: #DFE8F4;
}
.TagClassName
{
border-color: #DFE8F4;
}
</style>