Shades of Solitude #DFE9F6
Tints of Solitude #DFE9F6
RGB
CMYK
RGB Variations
Color information
#DFE9F6 (or 0xDFE9F6) is known color: Solitude. HEX triplet: DF, E9 and F6. RGB value is (223,233,246). Sum of RGB (Red+Green+Blue) = 223+233+246=702 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.77% from 702); Green value is 233 (91.41% from 255 or 33.19% from 702); Blue value is 246 (96.48% from 255 or 35.04% from 702); Max value from RGB is 246 - color contains mainly: blue. Hex color #DFE9F6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFE9F6 is #201609. Grayscale: #E7E7E7. Windows color (decimal): -2102794 or 16181727. OLE color: 16181727.
HSL color Cylindrical-coordinate representation of color #DFE9F6: hue angle of 213.91º degrees, saturation: 0.56, 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 #DFE9F6 is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 223 | 233 | 246 | - |
CMYK | 0.09 | 0.05 | 0 | 0.04 |
HSL | 213.91º | 0.56% | 0.92% | - |
HSV(B) | 213.91º | 0.09% | 0.96% | - |
XYZ | 76.2 | 80.62 | 98.73 | - |
YUV | 231.49 | 136.19 | 121.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 233 | 246 | 0.09 | 0.05 | 0 | 0.04 | 213.91 | 0.56 | 0.92 |
Hex | DF | E9 | F6 | 9 | 5 | 0 | 4 | D6 | 38 | 5C |
Octal | 337 | 351 | 366 | 11 | 5 | 0 | 4 | 326 | 70 | 134 |
Binary | 11011111 | 11101001 | 11110110 | 1001 | 101 | 0 | 100 | 11010110 | 111000 | 1011100 |
Color Harmonies of #DFE9F6
Complementary color
Monochromatic Colors of #DFE9F6
Black with #DFE9F6
Text Example
Text Example
White with #DFE9F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE9F6; }
p { color: rgb(223,233,246); }
H1.HeaderClassName
{
color: #DFE9F6;
}
.AnyTagClassName
{
color: #DFE9F6;
}
</style>
background-color css
<style>
a { background-color: #DFE9F6; }
a { background-color: rgb(223,233,246); }
div.DivClassName
{
background-color: #DFE9F6;
}
.BgClassName
{
background-color: #DFE9F6;
}
</style>
border-color css
<style>
span { border-color: #DFE9F6; }
span { border-color: rgb(223,233,246); }
td.TdClassName
{
border-color: #DFE9F6;
}
.TagClassName
{
border-color: #DFE9F6;
}
</style>