Shades of Solitude #DFECFC
Tints of Solitude #DFECFC
RGB
CMYK
RGB Variations
Color information
#DFECFC (or 0xDFECFC) is known color: Solitude. HEX triplet: DF, EC and FC. RGB value is (223,236,252). Sum of RGB (Red+Green+Blue) = 223+236+252=711 (94% of max value = 765). Red value is 223 (87.5% from 255 or 31.36% from 711); Green value is 236 (92.58% from 255 or 33.19% from 711); Blue value is 252 (98.83% from 255 or 35.44% from 711); Max value from RGB is 252 - color contains mainly: blue. Hex color #DFECFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFECFC is #201303. Grayscale: #E9E9E9. Windows color (decimal): -2102020 or 16575711. OLE color: 16575711.
HSL color Cylindrical-coordinate representation of color #DFECFC: hue angle of 213.1º degrees, saturation: 0.83, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFECFC is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 223 | 236 | 252 | - |
CMYK | 0.12 | 0.06 | 0 | 0.01 |
HSL | 213.1º | 0.83% | 0.93% | - |
HSV(B) | 213.1º | 0.12% | 0.99% | - |
XYZ | 78 | 82.71 | 103.95 | - |
YUV | 233.94 | 138.19 | 120.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 236 | 252 | 0.12 | 0.06 | 0 | 0.01 | 213.1 | 0.83 | 0.93 |
Hex | DF | EC | FC | C | 6 | 0 | 1 | D5 | 53 | 5D |
Octal | 337 | 354 | 374 | 14 | 6 | 0 | 1 | 325 | 123 | 135 |
Binary | 11011111 | 11101100 | 11111100 | 1100 | 110 | 0 | 1 | 11010101 | 1010011 | 1011101 |
Color Harmonies of #DFECFC
Complementary color
Monochromatic Colors of #DFECFC
Black with #DFECFC
Text Example
Text Example
White with #DFECFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFECFC; }
p { color: rgb(223,236,252); }
H1.HeaderClassName
{
color: #DFECFC;
}
.AnyTagClassName
{
color: #DFECFC;
}
</style>
background-color css
<style>
a { background-color: #DFECFC; }
a { background-color: rgb(223,236,252); }
div.DivClassName
{
background-color: #DFECFC;
}
.BgClassName
{
background-color: #DFECFC;
}
</style>
border-color css
<style>
span { border-color: #DFECFC; }
span { border-color: rgb(223,236,252); }
td.TdClassName
{
border-color: #DFECFC;
}
.TagClassName
{
border-color: #DFECFC;
}
</style>