Shades of Fog #D4CDE6
Tints of Fog #D4CDE6
RGB
CMYK
RGB Variations
Color information
#D4CDE6 (or 0xD4CDE6) is known color: Fog. HEX triplet: D4, CD and E6. RGB value is (212,205,230). Sum of RGB (Red+Green+Blue) = 212+205+230=647 (85% of max value = 765). Red value is 212 (83.20% from 255 or 32.77% from 647); Green value is 205 (80.47% from 255 or 31.68% from 647); Blue value is 230 (90.23% from 255 or 35.55% from 647); Max value from RGB is 230 - color contains mainly: blue. Hex color #D4CDE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CDE6 is #2B3219. Grayscale: #D1D1D1. Windows color (decimal): -2830874 or 15125972. OLE color: 15125972.
HSL color Cylindrical-coordinate representation of color #D4CDE6: hue angle of 256.8º degrees, saturation: 0.33, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D4CDE6 is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 212 | 205 | 230 | - |
| CMYK | 0.08 | 0.11 | 0 | 0.10 |
| HSL | 256.8º | 0.33% | 0.85% | - |
| HSV(B) | 256.8º | 0.11% | 0.9% | - |
| XYZ | 63.27 | 63.37 | 83.76 | - |
| YUV | 209.94 | 139.32 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 205 | 230 | 0.08 | 0.11 | 0 | 0.10 | 256.8 | 0.33 | 0.85 |
| Hex | D4 | CD | E6 | 8 | B | 0 | A | 101 | 21 | 55 |
| Octal | 324 | 315 | 346 | 10 | 13 | 0 | 12 | 401 | 41 | 125 |
| Binary | 11010100 | 11001101 | 11100110 | 1000 | 1011 | 0 | 1010 | 100000001 | 100001 | 1010101 |
Color Harmonies of #D4CDE6
Complementary color
Monochromatic Colors of #D4CDE6
Black with #D4CDE6
Text Example
Text Example
White with #D4CDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CDE6; }
p { color: rgb(212,205,230); }
H1.HeaderClassName
{
color: #D4CDE6;
}
.AnyTagClassName
{
color: #D4CDE6;
}
</style>
background-color css
<style>
a { background-color: #D4CDE6; }
a { background-color: rgb(212,205,230); }
div.DivClassName
{
background-color: #D4CDE6;
}
.BgClassName
{
background-color: #D4CDE6;
}
</style>
border-color css
<style>
span { border-color: #D4CDE6; }
span { border-color: rgb(212,205,230); }
td.TdClassName
{
border-color: #D4CDE6;
}
.TagClassName
{
border-color: #D4CDE6;
}
</style>