Shades of Fog #D4CDE1
Tints of Fog #D4CDE1
RGB
CMYK
RGB Variations
Color information
#D4CDE1 (or 0xD4CDE1) is known color: Fog. HEX triplet: D4, CD and E1. RGB value is (212,205,225). Sum of RGB (Red+Green+Blue) = 212+205+225=642 (85% of max value = 765). Red value is 212 (83.20% from 255 or 33.02% from 642); Green value is 205 (80.47% from 255 or 31.93% from 642); Blue value is 225 (88.28% from 255 or 35.05% from 642); Max value from RGB is 225 - color contains mainly: blue. Hex color #D4CDE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CDE1 is #2B321E. Grayscale: #D1D1D1. Windows color (decimal): -2830879 or 14798292. OLE color: 14798292.
HSL color Cylindrical-coordinate representation of color #D4CDE1: hue angle of 261º degrees, saturation: 0.25, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D4CDE1 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 212 | 205 | 225 | - |
| CMYK | 0.06 | 0.09 | 0 | 0.12 |
| HSL | 261º | 0.25% | 0.84% | - |
| HSV(B) | 261º | 0.09% | 0.88% | - |
| XYZ | 62.57 | 63.1 | 80.11 | - |
| YUV | 209.37 | 136.82 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 205 | 225 | 0.06 | 0.09 | 0 | 0.12 | 261 | 0.25 | 0.84 |
| Hex | D4 | CD | E1 | 6 | 9 | 0 | C | 105 | 19 | 54 |
| Octal | 324 | 315 | 341 | 6 | 11 | 0 | 14 | 405 | 31 | 124 |
| Binary | 11010100 | 11001101 | 11100001 | 110 | 1001 | 0 | 1100 | 100000101 | 11001 | 1010100 |
Color Harmonies of #D4CDE1
Complementary color
Monochromatic Colors of #D4CDE1
Black with #D4CDE1
Text Example
Text Example
White with #D4CDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CDE1; }
p { color: rgb(212,205,225); }
H1.HeaderClassName
{
color: #D4CDE1;
}
.AnyTagClassName
{
color: #D4CDE1;
}
</style>
background-color css
<style>
a { background-color: #D4CDE1; }
a { background-color: rgb(212,205,225); }
div.DivClassName
{
background-color: #D4CDE1;
}
.BgClassName
{
background-color: #D4CDE1;
}
</style>
border-color css
<style>
span { border-color: #D4CDE1; }
span { border-color: rgb(212,205,225); }
td.TdClassName
{
border-color: #D4CDE1;
}
.TagClassName
{
border-color: #D4CDE1;
}
</style>