Shades of Fog #DFCEF4
Tints of Fog #DFCEF4
RGB
CMYK
RGB Variations
Color information
#DFCEF4 (or 0xDFCEF4) is known color: Fog. HEX triplet: DF, CE and F4. RGB value is (223,206,244). Sum of RGB (Red+Green+Blue) = 223+206+244=673 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.14% from 673); Green value is 206 (80.86% from 255 or 30.61% from 673); Blue value is 244 (95.70% from 255 or 36.26% from 673); Max value from RGB is 244 - color contains mainly: blue. Hex color #DFCEF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCEF4 is #20310B. Grayscale: #D7D7D7. Windows color (decimal): -2109708 or 16043743. OLE color: 16043743.
HSL color Cylindrical-coordinate representation of color #DFCEF4: hue angle of 266.84º degrees, saturation: 0.63, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DFCEF4 is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 206 | 244 | - |
| CMYK | 0.09 | 0.16 | 0 | 0.04 |
| HSL | 266.84º | 0.63% | 0.88% | - |
| HSV(B) | 266.84º | 0.16% | 0.96% | - |
| XYZ | 68.83 | 66.36 | 94.77 | - |
| YUV | 215.42 | 144.13 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 206 | 244 | 0.09 | 0.16 | 0 | 0.04 | 266.84 | 0.63 | 0.88 |
| Hex | DF | CE | F4 | 9 | 10 | 0 | 4 | 10B | 3F | 58 |
| Octal | 337 | 316 | 364 | 11 | 20 | 0 | 4 | 413 | 77 | 130 |
| Binary | 11011111 | 11001110 | 11110100 | 1001 | 10000 | 0 | 100 | 100001011 | 111111 | 1011000 |
Color Harmonies of #DFCEF4
Complementary color
Monochromatic Colors of #DFCEF4
Black with #DFCEF4
Text Example
Text Example
White with #DFCEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCEF4; }
p { color: rgb(223,206,244); }
H1.HeaderClassName
{
color: #DFCEF4;
}
.AnyTagClassName
{
color: #DFCEF4;
}
</style>
background-color css
<style>
a { background-color: #DFCEF4; }
a { background-color: rgb(223,206,244); }
div.DivClassName
{
background-color: #DFCEF4;
}
.BgClassName
{
background-color: #DFCEF4;
}
</style>
border-color css
<style>
span { border-color: #DFCEF4; }
span { border-color: rgb(223,206,244); }
td.TdClassName
{
border-color: #DFCEF4;
}
.TagClassName
{
border-color: #DFCEF4;
}
</style>