Shades of Solitude #DFE6EE
Tints of Solitude #DFE6EE
RGB
CMYK
RGB Variations
Color information
#DFE6EE (or 0xDFE6EE) is known color: Solitude. HEX triplet: DF, E6 and EE. RGB value is (223,230,238). Sum of RGB (Red+Green+Blue) = 223+230+238=691 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.27% from 691); Green value is 230 (90.23% from 255 or 33.29% from 691); Blue value is 238 (93.36% from 255 or 34.44% from 691); Max value from RGB is 238 - color contains mainly: blue. Hex color #DFE6EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFE6EE is #201911. Grayscale: #E4E4E4. Windows color (decimal): -2103570 or 15656671. OLE color: 15656671.
HSL color Cylindrical-coordinate representation of color #DFE6EE: hue angle of 212º degrees, saturation: 0.31, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DFE6EE is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 230 | 238 | - |
| CMYK | 0.06 | 0.03 | 0 | 0.07 |
| HSL | 212º | 0.31% | 0.9% | - |
| HSV(B) | 212º | 0.06% | 0.93% | - |
| XYZ | 74.16 | 78.45 | 92.12 | - |
| YUV | 228.82 | 133.18 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 230 | 238 | 0.06 | 0.03 | 0 | 0.07 | 212 | 0.31 | 0.9 |
| Hex | DF | E6 | EE | 6 | 3 | 0 | 7 | D4 | 1F | 5A |
| Octal | 337 | 346 | 356 | 6 | 3 | 0 | 7 | 324 | 37 | 132 |
| Binary | 11011111 | 11100110 | 11101110 | 110 | 11 | 0 | 111 | 11010100 | 11111 | 1011010 |
Color Harmonies of #DFE6EE
Complementary color
Monochromatic Colors of #DFE6EE
Black with #DFE6EE
Text Example
Text Example
White with #DFE6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE6EE; }
p { color: rgb(223,230,238); }
H1.HeaderClassName
{
color: #DFE6EE;
}
.AnyTagClassName
{
color: #DFE6EE;
}
</style>
background-color css
<style>
a { background-color: #DFE6EE; }
a { background-color: rgb(223,230,238); }
div.DivClassName
{
background-color: #DFE6EE;
}
.BgClassName
{
background-color: #DFE6EE;
}
</style>
border-color css
<style>
span { border-color: #DFE6EE; }
span { border-color: rgb(223,230,238); }
td.TdClassName
{
border-color: #DFE6EE;
}
.TagClassName
{
border-color: #DFE6EE;
}
</style>