Shades of Fog #D4CEDE
Tints of Fog #D4CEDE
RGB
CMYK
RGB Variations
Color information
#D4CEDE (or 0xD4CEDE) is known color: Fog. HEX triplet: D4, CE and DE. RGB value is (212,206,222). Sum of RGB (Red+Green+Blue) = 212+206+222=640 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.12% from 640); Green value is 206 (80.86% from 255 or 32.19% from 640); Blue value is 222 (87.11% from 255 or 34.69% from 640); Max value from RGB is 222 - color contains mainly: blue. Hex color #D4CEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CEDE is #2B3121. Grayscale: #D1D1D1. Windows color (decimal): -2830626 or 14601940. OLE color: 14601940.
HSL color Cylindrical-coordinate representation of color #D4CEDE: hue angle of 262.5º degrees, saturation: 0.2, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D4CEDE is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 206 | 222 | - |
| CMYK | 0.05 | 0.07 | 0 | 0.13 |
| HSL | 262.5º | 0.2% | 0.84% | - |
| HSV(B) | 262.5º | 0.07% | 0.87% | - |
| XYZ | 62.41 | 63.41 | 78.06 | - |
| YUV | 209.62 | 134.99 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 206 | 222 | 0.05 | 0.07 | 0 | 0.13 | 262.5 | 0.2 | 0.84 |
| Hex | D4 | CE | DE | 5 | 7 | 0 | D | 106 | 14 | 54 |
| Octal | 324 | 316 | 336 | 5 | 7 | 0 | 15 | 406 | 24 | 124 |
| Binary | 11010100 | 11001110 | 11011110 | 101 | 111 | 0 | 1101 | 100000110 | 10100 | 1010100 |
Color Harmonies of #D4CEDE
Complementary color
Monochromatic Colors of #D4CEDE
Black with #D4CEDE
Text Example
Text Example
White with #D4CEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CEDE; }
p { color: rgb(212,206,222); }
H1.HeaderClassName
{
color: #D4CEDE;
}
.AnyTagClassName
{
color: #D4CEDE;
}
</style>
background-color css
<style>
a { background-color: #D4CEDE; }
a { background-color: rgb(212,206,222); }
div.DivClassName
{
background-color: #D4CEDE;
}
.BgClassName
{
background-color: #D4CEDE;
}
</style>
border-color css
<style>
span { border-color: #D4CEDE; }
span { border-color: rgb(212,206,222); }
td.TdClassName
{
border-color: #D4CEDE;
}
.TagClassName
{
border-color: #D4CEDE;
}
</style>