Shades of Solitude #DFECF9
Tints of Solitude #DFECF9
RGB
CMYK
RGB Variations
Color information
#DFECF9 (or 0xDFECF9) is known color: Solitude. HEX triplet: DF, EC and F9. RGB value is (223,236,249). Sum of RGB (Red+Green+Blue) = 223+236+249=708 (93% of max value = 765). Red value is 223 (87.5% from 255 or 31.50% from 708); Green value is 236 (92.58% from 255 or 33.33% from 708); Blue value is 249 (97.66% from 255 or 35.17% from 708); Max value from RGB is 249 - color contains mainly: blue. Hex color #DFECF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFECF9 is #201306. Grayscale: #E9E9E9. Windows color (decimal): -2102023 or 16379103. OLE color: 16379103.
HSL color Cylindrical-coordinate representation of color #DFECF9: hue angle of 210º degrees, saturation: 0.68, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DFECF9 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 223 | 236 | 249 | - |
CMYK | 0.10 | 0.05 | 0 | 0.02 |
HSL | 210º | 0.68% | 0.93% | - |
HSV(B) | 210º | 0.1% | 0.98% | - |
XYZ | 77.53 | 82.52 | 101.46 | - |
YUV | 233.6 | 136.69 | 120.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 236 | 249 | 0.10 | 0.05 | 0 | 0.02 | 210 | 0.68 | 0.93 |
Hex | DF | EC | F9 | A | 5 | 0 | 2 | D2 | 44 | 5D |
Octal | 337 | 354 | 371 | 12 | 5 | 0 | 2 | 322 | 104 | 135 |
Binary | 11011111 | 11101100 | 11111001 | 1010 | 101 | 0 | 10 | 11010010 | 1000100 | 1011101 |
Color Harmonies of #DFECF9
Complementary color
Monochromatic Colors of #DFECF9
Black with #DFECF9
Text Example
Text Example
White with #DFECF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFECF9; }
p { color: rgb(223,236,249); }
H1.HeaderClassName
{
color: #DFECF9;
}
.AnyTagClassName
{
color: #DFECF9;
}
</style>
background-color css
<style>
a { background-color: #DFECF9; }
a { background-color: rgb(223,236,249); }
div.DivClassName
{
background-color: #DFECF9;
}
.BgClassName
{
background-color: #DFECF9;
}
</style>
border-color css
<style>
span { border-color: #DFECF9; }
span { border-color: rgb(223,236,249); }
td.TdClassName
{
border-color: #DFECF9;
}
.TagClassName
{
border-color: #DFECF9;
}
</style>