Shades of Solitude #DFECFF
Tints of Solitude #DFECFF
RGB
CMYK
RGB Variations
Color information
#DFECFF (or 0xDFECFF) is known color: Solitude. HEX triplet: DF, EC and FF. RGB value is (223,236,255). Sum of RGB (Red+Green+Blue) = 223+236+255=714 (94% of max value = 765). Red value is 223 (87.5% from 255 or 31.23% from 714); Green value is 236 (92.58% from 255 or 33.05% from 714); Blue value is 255 (100% from 255 or 35.71% from 714); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFECFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFECFF is #201300. Grayscale: #EAEAEA. Windows color (decimal): -2102017 or 16772319. OLE color: 16772319.
HSL color Cylindrical-coordinate representation of color #DFECFF: hue angle of 215.62º 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 #DFECFF is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 223 | 236 | 255 | - |
CMYK | 0.13 | 0.07 | 0 | 0 |
HSL | 215.63º | 1% | 0.94% | - |
HSV(B) | 215.63º | 0.13% | 1% | - |
XYZ | 78.48 | 82.9 | 106.47 | - |
YUV | 234.28 | 139.69 | 119.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 236 | 255 | 0.13 | 0.07 | 0 | 0 | 215.63 | 1 | 0.94 |
Hex | DF | EC | FF | D | 7 | 0 | 0 | D8 | 64 | 5E |
Octal | 337 | 354 | 377 | 15 | 7 | 0 | 0 | 330 | 144 | 136 |
Binary | 11011111 | 11101100 | 11111111 | 1101 | 111 | 0 | 0 | 11011000 | 1100100 | 1011110 |
Color Harmonies of #DFECFF
Complementary color
Monochromatic Colors of #DFECFF
Black with #DFECFF
Text Example
Text Example
White with #DFECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFECFF; }
p { color: rgb(223,236,255); }
H1.HeaderClassName
{
color: #DFECFF;
}
.AnyTagClassName
{
color: #DFECFF;
}
</style>
background-color css
<style>
a { background-color: #DFECFF; }
a { background-color: rgb(223,236,255); }
div.DivClassName
{
background-color: #DFECFF;
}
.BgClassName
{
background-color: #DFECFF;
}
</style>
border-color css
<style>
span { border-color: #DFECFF; }
span { border-color: rgb(223,236,255); }
td.TdClassName
{
border-color: #DFECFF;
}
.TagClassName
{
border-color: #DFECFF;
}
</style>