Shades of Fog #DFCCEF
Tints of Fog #DFCCEF
RGB
CMYK
RGB Variations
Color information
#DFCCEF (or 0xDFCCEF) is known color: Fog. HEX triplet: DF, CC and EF. RGB value is (223,204,239). Sum of RGB (Red+Green+Blue) = 223+204+239=666 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.48% from 666); Green value is 204 (80.08% from 255 or 30.63% from 666); Blue value is 239 (93.75% from 255 or 35.89% from 666); Max value from RGB is 239 - color contains mainly: blue. Hex color #DFCCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCCEF is #203310. Grayscale: #D5D5D5. Windows color (decimal): -2110225 or 15715551. OLE color: 15715551.
HSL color Cylindrical-coordinate representation of color #DFCCEF: hue angle of 272.57º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DFCCEF is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 204 | 239 | - |
| CMYK | 0.07 | 0.15 | 0 | 0.06 |
| HSL | 272.57º | 0.52% | 0.87% | - |
| HSV(B) | 272.57º | 0.15% | 0.94% | - |
| XYZ | 67.6 | 65.11 | 90.66 | - |
| YUV | 213.67 | 142.29 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 204 | 239 | 0.07 | 0.15 | 0 | 0.06 | 272.57 | 0.52 | 0.87 |
| Hex | DF | CC | EF | 7 | F | 0 | 6 | 111 | 34 | 57 |
| Octal | 337 | 314 | 357 | 7 | 17 | 0 | 6 | 421 | 64 | 127 |
| Binary | 11011111 | 11001100 | 11101111 | 111 | 1111 | 0 | 110 | 100010001 | 110100 | 1010111 |
Color Harmonies of #DFCCEF
Complementary color
Monochromatic Colors of #DFCCEF
Black with #DFCCEF
Text Example
Text Example
White with #DFCCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCCEF; }
p { color: rgb(223,204,239); }
H1.HeaderClassName
{
color: #DFCCEF;
}
.AnyTagClassName
{
color: #DFCCEF;
}
</style>
background-color css
<style>
a { background-color: #DFCCEF; }
a { background-color: rgb(223,204,239); }
div.DivClassName
{
background-color: #DFCCEF;
}
.BgClassName
{
background-color: #DFCCEF;
}
</style>
border-color css
<style>
span { border-color: #DFCCEF; }
span { border-color: rgb(223,204,239); }
td.TdClassName
{
border-color: #DFCCEF;
}
.TagClassName
{
border-color: #DFCCEF;
}
</style>