Shades of Solitude #DFEEFF
Tints of Solitude #DFEEFF
RGB
CMYK
RGB Variations
Color information
#DFEEFF (or 0xDFEEFF) is known color: Solitude. HEX triplet: DF, EE and FF. RGB value is (223,238,255). Sum of RGB (Red+Green+Blue) = 223+238+255=716 (94% of max value = 765). Red value is 223 (87.5% from 255 or 31.15% from 716); Green value is 238 (93.36% from 255 or 33.24% from 716); Blue value is 255 (100% from 255 or 35.61% from 716); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFEEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEEFF is #201100. Grayscale: #EBEBEB. Windows color (decimal): -2101505 or 16772831. OLE color: 16772831.
HSL color Cylindrical-coordinate representation of color #DFEEFF: hue angle of 211.88º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DFEEFF is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 223 | 238 | 255 | - |
CMYK | 0.13 | 0.07 | 0 | 0 |
HSL | 211.88º | 1% | 0.94% | - |
HSV(B) | 211.88º | 0.13% | 1% | - |
XYZ | 79.06 | 84.06 | 106.67 | - |
YUV | 235.45 | 139.03 | 119.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 238 | 255 | 0.13 | 0.07 | 0 | 0 | 211.88 | 1 | 0.94 |
Hex | DF | EE | FF | D | 7 | 0 | 0 | D4 | 64 | 5E |
Octal | 337 | 356 | 377 | 15 | 7 | 0 | 0 | 324 | 144 | 136 |
Binary | 11011111 | 11101110 | 11111111 | 1101 | 111 | 0 | 0 | 11010100 | 1100100 | 1011110 |
Color Harmonies of #DFEEFF
Complementary color
Monochromatic Colors of #DFEEFF
Black with #DFEEFF
Text Example
Text Example
White with #DFEEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEEFF; }
p { color: rgb(223,238,255); }
H1.HeaderClassName
{
color: #DFEEFF;
}
.AnyTagClassName
{
color: #DFEEFF;
}
</style>
background-color css
<style>
a { background-color: #DFEEFF; }
a { background-color: rgb(223,238,255); }
div.DivClassName
{
background-color: #DFEEFF;
}
.BgClassName
{
background-color: #DFEEFF;
}
</style>
border-color css
<style>
span { border-color: #DFEEFF; }
span { border-color: rgb(223,238,255); }
td.TdClassName
{
border-color: #DFEEFF;
}
.TagClassName
{
border-color: #DFEEFF;
}
</style>