Shades of Fog #DFCCFC
Tints of Fog #DFCCFC
RGB
CMYK
RGB Variations
Color information
#DFCCFC (or 0xDFCCFC) is known color: Fog. HEX triplet: DF, CC and FC. RGB value is (223,204,252). Sum of RGB (Red+Green+Blue) = 223+204+252=679 (89% of max value = 765). Red value is 223 (87.5% from 255 or 32.84% from 679); Green value is 204 (80.08% from 255 or 30.04% from 679); Blue value is 252 (98.83% from 255 or 37.11% from 679); Max value from RGB is 252 - color contains mainly: blue. Hex color #DFCCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCCFC is #203303. Grayscale: #D6D6D6. Windows color (decimal): -2110212 or 16567519. OLE color: 16567519.
HSL color Cylindrical-coordinate representation of color #DFCCFC: hue angle of 263.75º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DFCCFC is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 204 | 252 | - |
| CMYK | 0.12 | 0.19 | 0 | 0.01 |
| HSL | 263.75º | 0.89% | 0.89% | - |
| HSV(B) | 263.75º | 0.19% | 0.99% | - |
| XYZ | 69.59 | 65.9 | 101.15 | - |
| YUV | 215.15 | 148.79 | 133.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 204 | 252 | 0.12 | 0.19 | 0 | 0.01 | 263.75 | 0.89 | 0.89 |
| Hex | DF | CC | FC | C | 13 | 0 | 1 | 108 | 59 | 59 |
| Octal | 337 | 314 | 374 | 14 | 23 | 0 | 1 | 410 | 131 | 131 |
| Binary | 11011111 | 11001100 | 11111100 | 1100 | 10011 | 0 | 1 | 100001000 | 1011001 | 1011001 |
Color Harmonies of #DFCCFC
Complementary color
Monochromatic Colors of #DFCCFC
Black with #DFCCFC
Text Example
Text Example
White with #DFCCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCCFC; }
p { color: rgb(223,204,252); }
H1.HeaderClassName
{
color: #DFCCFC;
}
.AnyTagClassName
{
color: #DFCCFC;
}
</style>
background-color css
<style>
a { background-color: #DFCCFC; }
a { background-color: rgb(223,204,252); }
div.DivClassName
{
background-color: #DFCCFC;
}
.BgClassName
{
background-color: #DFCCFC;
}
</style>
border-color css
<style>
span { border-color: #DFCCFC; }
span { border-color: rgb(223,204,252); }
td.TdClassName
{
border-color: #DFCCFC;
}
.TagClassName
{
border-color: #DFCCFC;
}
</style>