Shades of Solitude #DFECFB
Tints of Solitude #DFECFB
RGB
CMYK
RGB Variations
Color information
#DFECFB (or 0xDFECFB) is known color: Solitude. HEX triplet: DF, EC and FB. RGB value is (223,236,251). Sum of RGB (Red+Green+Blue) = 223+236+251=710 (94% of max value = 765). Red value is 223 (87.5% from 255 or 31.41% from 710); Green value is 236 (92.58% from 255 or 33.24% from 710); Blue value is 251 (98.44% from 255 or 35.35% from 710); Max value from RGB is 251 - color contains mainly: blue. Hex color #DFECFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFECFB is #201304. Grayscale: #E9E9E9. Windows color (decimal): -2102021 or 16510175. OLE color: 16510175.
HSL color Cylindrical-coordinate representation of color #DFECFB: hue angle of 212.14º 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 #DFECFB is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 223 | 236 | 251 | - |
CMYK | 0.11 | 0.06 | 0 | 0.02 |
HSL | 212.14º | 0.78% | 0.93% | - |
HSV(B) | 212.14º | 0.11% | 0.98% | - |
XYZ | 77.84 | 82.64 | 103.12 | - |
YUV | 233.82 | 137.69 | 120.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 236 | 251 | 0.11 | 0.06 | 0 | 0.02 | 212.14 | 0.78 | 0.93 |
Hex | DF | EC | FB | B | 6 | 0 | 2 | D4 | 4E | 5D |
Octal | 337 | 354 | 373 | 13 | 6 | 0 | 2 | 324 | 116 | 135 |
Binary | 11011111 | 11101100 | 11111011 | 1011 | 110 | 0 | 10 | 11010100 | 1001110 | 1011101 |
Color Harmonies of #DFECFB
Complementary color
Monochromatic Colors of #DFECFB
Black with #DFECFB
Text Example
Text Example
White with #DFECFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFECFB; }
p { color: rgb(223,236,251); }
H1.HeaderClassName
{
color: #DFECFB;
}
.AnyTagClassName
{
color: #DFECFB;
}
</style>
background-color css
<style>
a { background-color: #DFECFB; }
a { background-color: rgb(223,236,251); }
div.DivClassName
{
background-color: #DFECFB;
}
.BgClassName
{
background-color: #DFECFB;
}
</style>
border-color css
<style>
span { border-color: #DFECFB; }
span { border-color: rgb(223,236,251); }
td.TdClassName
{
border-color: #DFECFB;
}
.TagClassName
{
border-color: #DFECFB;
}
</style>