Shades of Fog #DFCEFE
Tints of Fog #DFCEFE
RGB
CMYK
RGB Variations
Color information
#DFCEFE (or 0xDFCEFE) is known color: Fog. HEX triplet: DF, CE and FE. RGB value is (223,206,254). Sum of RGB (Red+Green+Blue) = 223+206+254=683 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.65% from 683); Green value is 206 (80.86% from 255 or 30.16% from 683); Blue value is 254 (99.61% from 255 or 37.19% from 683); Max value from RGB is 254 - color contains mainly: blue. Hex color #DFCEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCEFE is #203101. Grayscale: #D8D8D8. Windows color (decimal): -2109698 or 16699103. OLE color: 16699103.
HSL color Cylindrical-coordinate representation of color #DFCEFE: hue angle of 261.25º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DFCEFE is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 206 | 254 | - |
| CMYK | 0.12 | 0.19 | 0 | 0.00 |
| HSL | 261.25º | 0.96% | 0.9% | - |
| HSV(B) | 261.25º | 0.19% | 1% | - |
| XYZ | 70.39 | 66.99 | 102.99 | - |
| YUV | 216.56 | 149.13 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 206 | 254 | 0.12 | 0.19 | 0 | 0.00 | 261.25 | 0.96 | 0.9 |
| Hex | DF | CE | FE | C | 13 | 0 | 0 | 105 | 60 | 5A |
| Octal | 337 | 316 | 376 | 14 | 23 | 0 | 0 | 405 | 140 | 132 |
| Binary | 11011111 | 11001110 | 11111110 | 1100 | 10011 | 0 | 0 | 100000101 | 1100000 | 1011010 |
Color Harmonies of #DFCEFE
Complementary color
Monochromatic Colors of #DFCEFE
Black with #DFCEFE
Text Example
Text Example
White with #DFCEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCEFE; }
p { color: rgb(223,206,254); }
H1.HeaderClassName
{
color: #DFCEFE;
}
.AnyTagClassName
{
color: #DFCEFE;
}
</style>
background-color css
<style>
a { background-color: #DFCEFE; }
a { background-color: rgb(223,206,254); }
div.DivClassName
{
background-color: #DFCEFE;
}
.BgClassName
{
background-color: #DFCEFE;
}
</style>
border-color css
<style>
span { border-color: #DFCEFE; }
span { border-color: rgb(223,206,254); }
td.TdClassName
{
border-color: #DFCEFE;
}
.TagClassName
{
border-color: #DFCEFE;
}
</style>