Shades of Fog #D4CFDD
Tints of Fog #D4CFDD
RGB
CMYK
RGB Variations
Color information
#D4CFDD (or 0xD4CFDD) is known color: Fog. HEX triplet: D4, CF and DD. RGB value is (212,207,221). Sum of RGB (Red+Green+Blue) = 212+207+221=640 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.12% from 640); Green value is 207 (81.25% from 255 or 32.34% from 640); Blue value is 221 (86.72% from 255 or 34.53% from 640); Max value from RGB is 221 - color contains mainly: blue. Hex color #D4CFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CFDD is #2B3022. Grayscale: #D2D2D2. Windows color (decimal): -2830371 or 14536660. OLE color: 14536660.
HSL color Cylindrical-coordinate representation of color #D4CFDD: hue angle of 261.43º degrees, saturation: 0.17, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D4CFDD is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 207 | 221 | - |
| CMYK | 0.04 | 0.06 | 0 | 0.13 |
| HSL | 261.43º | 0.17% | 0.84% | - |
| HSV(B) | 261.43º | 0.06% | 0.87% | - |
| XYZ | 62.52 | 63.84 | 77.43 | - |
| YUV | 210.09 | 134.16 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 207 | 221 | 0.04 | 0.06 | 0 | 0.13 | 261.43 | 0.17 | 0.84 |
| Hex | D4 | CF | DD | 4 | 6 | 0 | D | 105 | 11 | 54 |
| Octal | 324 | 317 | 335 | 4 | 6 | 0 | 15 | 405 | 21 | 124 |
| Binary | 11010100 | 11001111 | 11011101 | 100 | 110 | 0 | 1101 | 100000101 | 10001 | 1010100 |
Color Harmonies of #D4CFDD
Complementary color
Monochromatic Colors of #D4CFDD
Black with #D4CFDD
Text Example
Text Example
White with #D4CFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CFDD; }
p { color: rgb(212,207,221); }
H1.HeaderClassName
{
color: #D4CFDD;
}
.AnyTagClassName
{
color: #D4CFDD;
}
</style>
background-color css
<style>
a { background-color: #D4CFDD; }
a { background-color: rgb(212,207,221); }
div.DivClassName
{
background-color: #D4CFDD;
}
.BgClassName
{
background-color: #D4CFDD;
}
</style>
border-color css
<style>
span { border-color: #D4CFDD; }
span { border-color: rgb(212,207,221); }
td.TdClassName
{
border-color: #D4CFDD;
}
.TagClassName
{
border-color: #D4CFDD;
}
</style>