Shades of Fog #DFCCFE
Tints of Fog #DFCCFE
RGB
CMYK
RGB Variations
Color information
#DFCCFE (or 0xDFCCFE) is known color: Fog. HEX triplet: DF, CC and FE. RGB value is (223,204,254). Sum of RGB (Red+Green+Blue) = 223+204+254=681 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.75% from 681); Green value is 204 (80.08% from 255 or 29.96% from 681); Blue value is 254 (99.61% from 255 or 37.30% from 681); Max value from RGB is 254 - color contains mainly: blue. Hex color #DFCCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCCFE is #203301. Grayscale: #D7D7D7. Windows color (decimal): -2110210 or 16698591. OLE color: 16698591.
HSL color Cylindrical-coordinate representation of color #DFCCFE: hue angle of 262.8º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DFCCFE is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 204 | 254 | - |
| CMYK | 0.12 | 0.20 | 0 | 0.00 |
| HSL | 262.8º | 0.96% | 0.9% | - |
| HSV(B) | 262.8º | 0.2% | 1% | - |
| XYZ | 69.91 | 66.03 | 102.83 | - |
| YUV | 215.38 | 149.79 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 204 | 254 | 0.12 | 0.20 | 0 | 0.00 | 262.8 | 0.96 | 0.9 |
| Hex | DF | CC | FE | C | 14 | 0 | 0 | 107 | 60 | 5A |
| Octal | 337 | 314 | 376 | 14 | 24 | 0 | 0 | 407 | 140 | 132 |
| Binary | 11011111 | 11001100 | 11111110 | 1100 | 10100 | 0 | 0 | 100000111 | 1100000 | 1011010 |
Color Harmonies of #DFCCFE
Complementary color
Monochromatic Colors of #DFCCFE
Black with #DFCCFE
Text Example
Text Example
White with #DFCCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCCFE; }
p { color: rgb(223,204,254); }
H1.HeaderClassName
{
color: #DFCCFE;
}
.AnyTagClassName
{
color: #DFCCFE;
}
</style>
background-color css
<style>
a { background-color: #DFCCFE; }
a { background-color: rgb(223,204,254); }
div.DivClassName
{
background-color: #DFCCFE;
}
.BgClassName
{
background-color: #DFCCFE;
}
</style>
border-color css
<style>
span { border-color: #DFCCFE; }
span { border-color: rgb(223,204,254); }
td.TdClassName
{
border-color: #DFCCFE;
}
.TagClassName
{
border-color: #DFCCFE;
}
</style>