Shades of Fog #D4CEDF
Tints of Fog #D4CEDF
RGB
CMYK
RGB Variations
Color information
#D4CEDF (or 0xD4CEDF) is known color: Fog. HEX triplet: D4, CE and DF. RGB value is (212,206,223). Sum of RGB (Red+Green+Blue) = 212+206+223=641 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.07% from 641); Green value is 206 (80.86% from 255 or 32.14% from 641); Blue value is 223 (87.5% from 255 or 34.79% from 641); Max value from RGB is 223 - color contains mainly: blue. Hex color #D4CEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CEDF is #2B3120. Grayscale: #D1D1D1. Windows color (decimal): -2830625 or 14667476. OLE color: 14667476.
HSL color Cylindrical-coordinate representation of color #D4CEDF: hue angle of 261.18º 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 #D4CEDF is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 206 | 223 | - |
| CMYK | 0.05 | 0.08 | 0 | 0.13 |
| HSL | 261.18º | 0.21% | 0.84% | - |
| HSV(B) | 261.18º | 0.08% | 0.87% | - |
| XYZ | 62.54 | 63.47 | 78.77 | - |
| YUV | 209.73 | 135.49 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 206 | 223 | 0.05 | 0.08 | 0 | 0.13 | 261.18 | 0.21 | 0.84 |
| Hex | D4 | CE | DF | 5 | 8 | 0 | D | 105 | 15 | 54 |
| Octal | 324 | 316 | 337 | 5 | 10 | 0 | 15 | 405 | 25 | 124 |
| Binary | 11010100 | 11001110 | 11011111 | 101 | 1000 | 0 | 1101 | 100000101 | 10101 | 1010100 |
Color Harmonies of #D4CEDF
Complementary color
Monochromatic Colors of #D4CEDF
Black with #D4CEDF
Text Example
Text Example
White with #D4CEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CEDF; }
p { color: rgb(212,206,223); }
H1.HeaderClassName
{
color: #D4CEDF;
}
.AnyTagClassName
{
color: #D4CEDF;
}
</style>
background-color css
<style>
a { background-color: #D4CEDF; }
a { background-color: rgb(212,206,223); }
div.DivClassName
{
background-color: #D4CEDF;
}
.BgClassName
{
background-color: #D4CEDF;
}
</style>
border-color css
<style>
span { border-color: #D4CEDF; }
span { border-color: rgb(212,206,223); }
td.TdClassName
{
border-color: #D4CEDF;
}
.TagClassName
{
border-color: #D4CEDF;
}
</style>