Shades of Fog #DFCEF0
Tints of Fog #DFCEF0
RGB
CMYK
RGB Variations
Color information
#DFCEF0 (or 0xDFCEF0) is known color: Fog. HEX triplet: DF, CE and F0. RGB value is (223,206,240). Sum of RGB (Red+Green+Blue) = 223+206+240=669 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.33% from 669); Green value is 206 (80.86% from 255 or 30.79% from 669); Blue value is 240 (94.14% from 255 or 35.87% from 669); Max value from RGB is 240 - color contains mainly: blue. Hex color #DFCEF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCEF0 is #20310F. Grayscale: #D6D6D6. Windows color (decimal): -2109712 or 15781599. OLE color: 15781599.
HSL color Cylindrical-coordinate representation of color #DFCEF0: hue angle of 270º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DFCEF0 is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 206 | 240 | - |
| CMYK | 0.07 | 0.14 | 0 | 0.06 |
| HSL | 270º | 0.53% | 0.87% | - |
| HSV(B) | 270º | 0.14% | 0.94% | - |
| XYZ | 68.23 | 66.12 | 91.6 | - |
| YUV | 214.96 | 142.13 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 206 | 240 | 0.07 | 0.14 | 0 | 0.06 | 270 | 0.53 | 0.87 |
| Hex | DF | CE | F0 | 7 | E | 0 | 6 | 10E | 35 | 57 |
| Octal | 337 | 316 | 360 | 7 | 16 | 0 | 6 | 416 | 65 | 127 |
| Binary | 11011111 | 11001110 | 11110000 | 111 | 1110 | 0 | 110 | 100001110 | 110101 | 1010111 |
Color Harmonies of #DFCEF0
Complementary color
Monochromatic Colors of #DFCEF0
Black with #DFCEF0
Text Example
Text Example
White with #DFCEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCEF0; }
p { color: rgb(223,206,240); }
H1.HeaderClassName
{
color: #DFCEF0;
}
.AnyTagClassName
{
color: #DFCEF0;
}
</style>
background-color css
<style>
a { background-color: #DFCEF0; }
a { background-color: rgb(223,206,240); }
div.DivClassName
{
background-color: #DFCEF0;
}
.BgClassName
{
background-color: #DFCEF0;
}
</style>
border-color css
<style>
span { border-color: #DFCEF0; }
span { border-color: rgb(223,206,240); }
td.TdClassName
{
border-color: #DFCEF0;
}
.TagClassName
{
border-color: #DFCEF0;
}
</style>