Shades of Fog #DFCDFC
Tints of Fog #DFCDFC
RGB
CMYK
RGB Variations
Color information
#DFCDFC (or 0xDFCDFC) is known color: Fog. HEX triplet: DF, CD and FC. RGB value is (223,205,252). Sum of RGB (Red+Green+Blue) = 223+205+252=680 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.79% from 680); Green value is 205 (80.47% from 255 or 30.15% from 680); Blue value is 252 (98.83% from 255 or 37.06% from 680); Max value from RGB is 252 - color contains mainly: blue. Hex color #DFCDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCDFC is #203203. Grayscale: #D7D7D7. Windows color (decimal): -2109956 or 16567775. OLE color: 16567775.
HSL color Cylindrical-coordinate representation of color #DFCDFC: hue angle of 262.98º degrees, saturation: 0.89, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DFCDFC is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 205 | 252 | - |
| CMYK | 0.12 | 0.19 | 0 | 0.01 |
| HSL | 262.98º | 0.89% | 0.9% | - |
| HSV(B) | 262.98º | 0.19% | 0.99% | - |
| XYZ | 69.83 | 66.38 | 101.23 | - |
| YUV | 215.74 | 148.46 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 205 | 252 | 0.12 | 0.19 | 0 | 0.01 | 262.98 | 0.89 | 0.9 |
| Hex | DF | CD | FC | C | 13 | 0 | 1 | 107 | 59 | 5A |
| Octal | 337 | 315 | 374 | 14 | 23 | 0 | 1 | 407 | 131 | 132 |
| Binary | 11011111 | 11001101 | 11111100 | 1100 | 10011 | 0 | 1 | 100000111 | 1011001 | 1011010 |
Color Harmonies of #DFCDFC
Complementary color
Monochromatic Colors of #DFCDFC
Black with #DFCDFC
Text Example
Text Example
White with #DFCDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCDFC; }
p { color: rgb(223,205,252); }
H1.HeaderClassName
{
color: #DFCDFC;
}
.AnyTagClassName
{
color: #DFCDFC;
}
</style>
background-color css
<style>
a { background-color: #DFCDFC; }
a { background-color: rgb(223,205,252); }
div.DivClassName
{
background-color: #DFCDFC;
}
.BgClassName
{
background-color: #DFCDFC;
}
</style>
border-color css
<style>
span { border-color: #DFCDFC; }
span { border-color: rgb(223,205,252); }
td.TdClassName
{
border-color: #DFCDFC;
}
.TagClassName
{
border-color: #DFCDFC;
}
</style>