Shades of Fog #D3CEDE
Tints of Fog #D3CEDE
RGB
CMYK
RGB Variations
Color information
#D3CEDE (or 0xD3CEDE) is known color: Fog. HEX triplet: D3, CE and DE. RGB value is (211,206,222). Sum of RGB (Red+Green+Blue) = 211+206+222=639 (84% of max value = 765). Red value is 211 (82.81% from 255 or 33.02% from 639); Green value is 206 (80.86% from 255 or 32.24% from 639); Blue value is 222 (87.11% from 255 or 34.74% from 639); Max value from RGB is 222 - color contains mainly: blue. Hex color #D3CEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3CEDE is #2C3121. Grayscale: #D1D1D1. Windows color (decimal): -2896162 or 14601939. OLE color: 14601939.
HSL color Cylindrical-coordinate representation of color #D3CEDE: hue angle of 258.75º 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 #D3CEDE is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 206 | 222 | - |
| CMYK | 0.05 | 0.07 | 0 | 0.13 |
| HSL | 258.75º | 0.2% | 0.84% | - |
| HSV(B) | 258.75º | 0.07% | 0.87% | - |
| XYZ | 62.12 | 63.27 | 78.04 | - |
| YUV | 209.32 | 135.16 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 206 | 222 | 0.05 | 0.07 | 0 | 0.13 | 258.75 | 0.2 | 0.84 |
| Hex | D3 | CE | DE | 5 | 7 | 0 | D | 103 | 14 | 54 |
| Octal | 323 | 316 | 336 | 5 | 7 | 0 | 15 | 403 | 24 | 124 |
| Binary | 11010011 | 11001110 | 11011110 | 101 | 111 | 0 | 1101 | 100000011 | 10100 | 1010100 |
Color Harmonies of #D3CEDE
Complementary color
Monochromatic Colors of #D3CEDE
Black with #D3CEDE
Text Example
Text Example
White with #D3CEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CEDE; }
p { color: rgb(211,206,222); }
H1.HeaderClassName
{
color: #D3CEDE;
}
.AnyTagClassName
{
color: #D3CEDE;
}
</style>
background-color css
<style>
a { background-color: #D3CEDE; }
a { background-color: rgb(211,206,222); }
div.DivClassName
{
background-color: #D3CEDE;
}
.BgClassName
{
background-color: #D3CEDE;
}
</style>
border-color css
<style>
span { border-color: #D3CEDE; }
span { border-color: rgb(211,206,222); }
td.TdClassName
{
border-color: #D3CEDE;
}
.TagClassName
{
border-color: #D3CEDE;
}
</style>