Shades of Solitude #DFEEFB
Tints of Solitude #DFEEFB
RGB
CMYK
RGB Variations
Color information
#DFEEFB (or 0xDFEEFB) is known color: Solitude. HEX triplet: DF, EE and FB. RGB value is (223,238,251). Sum of RGB (Red+Green+Blue) = 223+238+251=712 (94% of max value = 765). Red value is 223 (87.5% from 255 or 31.32% from 712); Green value is 238 (93.36% from 255 or 33.43% from 712); Blue value is 251 (98.44% from 255 or 35.25% from 712); Max value from RGB is 251 - color contains mainly: blue. Hex color #DFEEFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEEFB is #201104. Grayscale: #EAEAEA. Windows color (decimal): -2101509 or 16510687. OLE color: 16510687.
HSL color Cylindrical-coordinate representation of color #DFEEFB: hue angle of 207.86º degrees, saturation: 0.78, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFEEFB is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 238 | 251 | - |
| CMYK | 0.11 | 0.05 | 0 | 0.02 |
| HSL | 207.86º | 0.78% | 0.93% | - |
| HSV(B) | 207.86º | 0.11% | 0.98% | - |
| XYZ | 78.42 | 83.8 | 103.31 | - |
| YUV | 235 | 137.03 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 238 | 251 | 0.11 | 0.05 | 0 | 0.02 | 207.86 | 0.78 | 0.93 |
| Hex | DF | EE | FB | B | 5 | 0 | 2 | D0 | 4E | 5D |
| Octal | 337 | 356 | 373 | 13 | 5 | 0 | 2 | 320 | 116 | 135 |
| Binary | 11011111 | 11101110 | 11111011 | 1011 | 101 | 0 | 10 | 11010000 | 1001110 | 1011101 |
Color Harmonies of #DFEEFB
Complementary color
Monochromatic Colors of #DFEEFB
Black with #DFEEFB
Text Example
Text Example
White with #DFEEFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEEFB; }
p { color: rgb(223,238,251); }
H1.HeaderClassName
{
color: #DFEEFB;
}
.AnyTagClassName
{
color: #DFEEFB;
}
</style>
background-color css
<style>
a { background-color: #DFEEFB; }
a { background-color: rgb(223,238,251); }
div.DivClassName
{
background-color: #DFEEFB;
}
.BgClassName
{
background-color: #DFEEFB;
}
</style>
border-color css
<style>
span { border-color: #DFEEFB; }
span { border-color: rgb(223,238,251); }
td.TdClassName
{
border-color: #DFEEFB;
}
.TagClassName
{
border-color: #DFEEFB;
}
</style>