Shades of Solitude #DFE7EF
Tints of Solitude #DFE7EF
RGB
CMYK
RGB Variations
Color information
#DFE7EF (or 0xDFE7EF) is known color: Solitude. HEX triplet: DF, E7 and EF. RGB value is (223,231,239). Sum of RGB (Red+Green+Blue) = 223+231+239=693 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.18% from 693); Green value is 231 (90.62% from 255 or 33.33% from 693); Blue value is 239 (93.75% from 255 or 34.49% from 693); Max value from RGB is 239 - color contains mainly: blue. Hex color #DFE7EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFE7EF is #201810. Grayscale: #E5E5E5. Windows color (decimal): -2103313 or 15722463. OLE color: 15722463.
HSL color Cylindrical-coordinate representation of color #DFE7EF: hue angle of 210º 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 #DFE7EF is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 231 | 239 | - |
| CMYK | 0.07 | 0.03 | 0 | 0.06 |
| HSL | 210º | 0.33% | 0.91% | - |
| HSV(B) | 210º | 0.07% | 0.94% | - |
| XYZ | 74.59 | 79.07 | 92.99 | - |
| YUV | 229.52 | 133.35 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 231 | 239 | 0.07 | 0.03 | 0 | 0.06 | 210 | 0.33 | 0.91 |
| Hex | DF | E7 | EF | 7 | 3 | 0 | 6 | D2 | 21 | 5B |
| Octal | 337 | 347 | 357 | 7 | 3 | 0 | 6 | 322 | 41 | 133 |
| Binary | 11011111 | 11100111 | 11101111 | 111 | 11 | 0 | 110 | 11010010 | 100001 | 1011011 |
Color Harmonies of #DFE7EF
Complementary color
Monochromatic Colors of #DFE7EF
Black with #DFE7EF
Text Example
Text Example
White with #DFE7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE7EF; }
p { color: rgb(223,231,239); }
H1.HeaderClassName
{
color: #DFE7EF;
}
.AnyTagClassName
{
color: #DFE7EF;
}
</style>
background-color css
<style>
a { background-color: #DFE7EF; }
a { background-color: rgb(223,231,239); }
div.DivClassName
{
background-color: #DFE7EF;
}
.BgClassName
{
background-color: #DFE7EF;
}
</style>
border-color css
<style>
span { border-color: #DFE7EF; }
span { border-color: rgb(223,231,239); }
td.TdClassName
{
border-color: #DFE7EF;
}
.TagClassName
{
border-color: #DFE7EF;
}
</style>