Shades of Fog #D4CCDE
Tints of Fog #D4CCDE
RGB
CMYK
RGB Variations
Color information
#D4CCDE (or 0xD4CCDE) is known color: Fog. HEX triplet: D4, CC and DE. RGB value is (212,204,222). Sum of RGB (Red+Green+Blue) = 212+204+222=638 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.23% from 638); Green value is 204 (80.08% from 255 or 31.97% from 638); Blue value is 222 (87.11% from 255 or 34.80% from 638); Max value from RGB is 222 - color contains mainly: blue. Hex color #D4CCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CCDE is #2B3321. Grayscale: #D0D0D0. Windows color (decimal): -2831138 or 14601428. OLE color: 14601428.
HSL color Cylindrical-coordinate representation of color #D4CCDE: hue angle of 266.67º degrees, saturation: 0.21, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D4CCDE is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 204 | 222 | - |
| CMYK | 0.05 | 0.08 | 0 | 0.13 |
| HSL | 266.67º | 0.21% | 0.84% | - |
| HSV(B) | 266.67º | 0.08% | 0.87% | - |
| XYZ | 61.93 | 62.46 | 77.9 | - |
| YUV | 208.44 | 135.65 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 204 | 222 | 0.05 | 0.08 | 0 | 0.13 | 266.67 | 0.21 | 0.84 |
| Hex | D4 | CC | DE | 5 | 8 | 0 | D | 10B | 15 | 54 |
| Octal | 324 | 314 | 336 | 5 | 10 | 0 | 15 | 413 | 25 | 124 |
| Binary | 11010100 | 11001100 | 11011110 | 101 | 1000 | 0 | 1101 | 100001011 | 10101 | 1010100 |
Color Harmonies of #D4CCDE
Complementary color
Monochromatic Colors of #D4CCDE
Black with #D4CCDE
Text Example
Text Example
White with #D4CCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CCDE; }
p { color: rgb(212,204,222); }
H1.HeaderClassName
{
color: #D4CCDE;
}
.AnyTagClassName
{
color: #D4CCDE;
}
</style>
background-color css
<style>
a { background-color: #D4CCDE; }
a { background-color: rgb(212,204,222); }
div.DivClassName
{
background-color: #D4CCDE;
}
.BgClassName
{
background-color: #D4CCDE;
}
</style>
border-color css
<style>
span { border-color: #D4CCDE; }
span { border-color: rgb(212,204,222); }
td.TdClassName
{
border-color: #D4CCDE;
}
.TagClassName
{
border-color: #D4CCDE;
}
</style>