Shades of Fog #DFCEFF
Tints of Fog #DFCEFF
RGB
CMYK
RGB Variations
Color information
#DFCEFF (or 0xDFCEFF) is known color: Fog. HEX triplet: DF, CE and FF. RGB value is (223,206,255). Sum of RGB (Red+Green+Blue) = 223+206+255=684 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.60% from 684); Green value is 206 (80.86% from 255 or 30.12% from 684); Blue value is 255 (100% from 255 or 37.28% from 684); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFCEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCEFF is #203100. Grayscale: #D8D8D8. Windows color (decimal): -2109697 or 16764639. OLE color: 16764639.
HSL color Cylindrical-coordinate representation of color #DFCEFF: hue angle of 260.82º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DFCEFF is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 206 | 255 | - |
| CMYK | 0.13 | 0.19 | 0 | 0 |
| HSL | 260.82º | 1% | 0.9% | - |
| HSV(B) | 260.82º | 0.19% | 1% | - |
| XYZ | 70.55 | 67.05 | 103.83 | - |
| YUV | 216.67 | 149.63 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 206 | 255 | 0.13 | 0.19 | 0 | 0 | 260.82 | 1 | 0.9 |
| Hex | DF | CE | FF | D | 13 | 0 | 0 | 105 | 64 | 5A |
| Octal | 337 | 316 | 377 | 15 | 23 | 0 | 0 | 405 | 144 | 132 |
| Binary | 11011111 | 11001110 | 11111111 | 1101 | 10011 | 0 | 0 | 100000101 | 1100100 | 1011010 |
Color Harmonies of #DFCEFF
Complementary color
Monochromatic Colors of #DFCEFF
Black with #DFCEFF
Text Example
Text Example
White with #DFCEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCEFF; }
p { color: rgb(223,206,255); }
H1.HeaderClassName
{
color: #DFCEFF;
}
.AnyTagClassName
{
color: #DFCEFF;
}
</style>
background-color css
<style>
a { background-color: #DFCEFF; }
a { background-color: rgb(223,206,255); }
div.DivClassName
{
background-color: #DFCEFF;
}
.BgClassName
{
background-color: #DFCEFF;
}
</style>
border-color css
<style>
span { border-color: #DFCEFF; }
span { border-color: rgb(223,206,255); }
td.TdClassName
{
border-color: #DFCEFF;
}
.TagClassName
{
border-color: #DFCEFF;
}
</style>