Shades of Fog #DFCEF5
Tints of Fog #DFCEF5
RGB
CMYK
RGB Variations
Color information
#DFCEF5 (or 0xDFCEF5) is known color: Fog. HEX triplet: DF, CE and F5. RGB value is (223,206,245). Sum of RGB (Red+Green+Blue) = 223+206+245=674 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.09% from 674); Green value is 206 (80.86% from 255 or 30.56% from 674); Blue value is 245 (96.09% from 255 or 36.35% from 674); Max value from RGB is 245 - color contains mainly: blue. Hex color #DFCEF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCEF5 is #20310A. Grayscale: #D7D7D7. Windows color (decimal): -2109707 or 16109279. OLE color: 16109279.
HSL color Cylindrical-coordinate representation of color #DFCEF5: hue angle of 266.15º degrees, saturation: 0.66, 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 #DFCEF5 is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 206 | 245 | - |
| CMYK | 0.09 | 0.16 | 0 | 0.04 |
| HSL | 266.15º | 0.66% | 0.88% | - |
| HSV(B) | 266.15º | 0.16% | 0.96% | - |
| XYZ | 68.98 | 66.42 | 95.57 | - |
| YUV | 215.53 | 144.63 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 206 | 245 | 0.09 | 0.16 | 0 | 0.04 | 266.15 | 0.66 | 0.88 |
| Hex | DF | CE | F5 | 9 | 10 | 0 | 4 | 10A | 42 | 58 |
| Octal | 337 | 316 | 365 | 11 | 20 | 0 | 4 | 412 | 102 | 130 |
| Binary | 11011111 | 11001110 | 11110101 | 1001 | 10000 | 0 | 100 | 100001010 | 1000010 | 1011000 |
Color Harmonies of #DFCEF5
Complementary color
Monochromatic Colors of #DFCEF5
Black with #DFCEF5
Text Example
Text Example
White with #DFCEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCEF5; }
p { color: rgb(223,206,245); }
H1.HeaderClassName
{
color: #DFCEF5;
}
.AnyTagClassName
{
color: #DFCEF5;
}
</style>
background-color css
<style>
a { background-color: #DFCEF5; }
a { background-color: rgb(223,206,245); }
div.DivClassName
{
background-color: #DFCEF5;
}
.BgClassName
{
background-color: #DFCEF5;
}
</style>
border-color css
<style>
span { border-color: #DFCEF5; }
span { border-color: rgb(223,206,245); }
td.TdClassName
{
border-color: #DFCEF5;
}
.TagClassName
{
border-color: #DFCEF5;
}
</style>