Shades of Solitude #DFE5EE
Tints of Solitude #DFE5EE
RGB
CMYK
RGB Variations
Color information
#DFE5EE (or 0xDFE5EE) is known color: Solitude. HEX triplet: DF, E5 and EE. RGB value is (223,229,238). Sum of RGB (Red+Green+Blue) = 223+229+238=690 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.32% from 690); Green value is 229 (89.84% from 255 or 33.19% from 690); Blue value is 238 (93.36% from 255 or 34.49% from 690); Max value from RGB is 238 - color contains mainly: blue. Hex color #DFE5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE5EE is #201A11. Grayscale: #E4E4E4. Windows color (decimal): -2103826 or 15656415. OLE color: 15656415.
HSL color Cylindrical-coordinate representation of color #DFE5EE: hue angle of 216º 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 #DFE5EE is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 223 | 229 | 238 | - |
CMYK | 0.06 | 0.04 | 0 | 0.07 |
HSL | 216º | 0.31% | 0.9% | - |
HSV(B) | 216º | 0.06% | 0.93% | - |
XYZ | 73.88 | 77.9 | 92.03 | - |
YUV | 228.23 | 133.51 | 124.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 229 | 238 | 0.06 | 0.04 | 0 | 0.07 | 216 | 0.31 | 0.9 |
Hex | DF | E5 | EE | 6 | 4 | 0 | 7 | D8 | 1F | 5A |
Octal | 337 | 345 | 356 | 6 | 4 | 0 | 7 | 330 | 37 | 132 |
Binary | 11011111 | 11100101 | 11101110 | 110 | 100 | 0 | 111 | 11011000 | 11111 | 1011010 |
Color Harmonies of #DFE5EE
Complementary color
Monochromatic Colors of #DFE5EE
Black with #DFE5EE
Text Example
Text Example
White with #DFE5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE5EE; }
p { color: rgb(223,229,238); }
H1.HeaderClassName
{
color: #DFE5EE;
}
.AnyTagClassName
{
color: #DFE5EE;
}
</style>
background-color css
<style>
a { background-color: #DFE5EE; }
a { background-color: rgb(223,229,238); }
div.DivClassName
{
background-color: #DFE5EE;
}
.BgClassName
{
background-color: #DFE5EE;
}
</style>
border-color css
<style>
span { border-color: #DFE5EE; }
span { border-color: rgb(223,229,238); }
td.TdClassName
{
border-color: #DFE5EE;
}
.TagClassName
{
border-color: #DFE5EE;
}
</style>