Shades of Solitude #DFE6EF
Tints of Solitude #DFE6EF
RGB
CMYK
RGB Variations
Color information
#DFE6EF (or 0xDFE6EF) is known color: Solitude. HEX triplet: DF, E6 and EF. RGB value is (223,230,239). Sum of RGB (Red+Green+Blue) = 223+230+239=692 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.23% from 692); Green value is 230 (90.23% from 255 or 33.24% from 692); Blue value is 239 (93.75% from 255 or 34.54% from 692); Max value from RGB is 239 - color contains mainly: blue. Hex color #DFE6EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFE6EF is #201910. Grayscale: #E4E4E4. Windows color (decimal): -2103569 or 15722207. OLE color: 15722207.
HSL color Cylindrical-coordinate representation of color #DFE6EF: hue angle of 213.75º degrees, saturation: 0.33, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DFE6EF is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 223 | 230 | 239 | - |
CMYK | 0.07 | 0.04 | 0 | 0.06 |
HSL | 213.75º | 0.33% | 0.91% | - |
HSV(B) | 213.75º | 0.07% | 0.94% | - |
XYZ | 74.31 | 78.51 | 92.9 | - |
YUV | 228.93 | 133.68 | 123.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 230 | 239 | 0.07 | 0.04 | 0 | 0.06 | 213.75 | 0.33 | 0.91 |
Hex | DF | E6 | EF | 7 | 4 | 0 | 6 | D6 | 21 | 5B |
Octal | 337 | 346 | 357 | 7 | 4 | 0 | 6 | 326 | 41 | 133 |
Binary | 11011111 | 11100110 | 11101111 | 111 | 100 | 0 | 110 | 11010110 | 100001 | 1011011 |
Color Harmonies of #DFE6EF
Complementary color
Monochromatic Colors of #DFE6EF
Black with #DFE6EF
Text Example
Text Example
White with #DFE6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE6EF; }
p { color: rgb(223,230,239); }
H1.HeaderClassName
{
color: #DFE6EF;
}
.AnyTagClassName
{
color: #DFE6EF;
}
</style>
background-color css
<style>
a { background-color: #DFE6EF; }
a { background-color: rgb(223,230,239); }
div.DivClassName
{
background-color: #DFE6EF;
}
.BgClassName
{
background-color: #DFE6EF;
}
</style>
border-color css
<style>
span { border-color: #DFE6EF; }
span { border-color: rgb(223,230,239); }
td.TdClassName
{
border-color: #DFE6EF;
}
.TagClassName
{
border-color: #DFE6EF;
}
</style>