Shades of Fog #D4C2ED
Tints of Fog #D4C2ED
RGB
CMYK
RGB Variations
Color information
#D4C2ED (or 0xD4C2ED) is known color: Fog. HEX triplet: D4, C2 and ED. RGB value is (212,194,237). Sum of RGB (Red+Green+Blue) = 212+194+237=643 (85% of max value = 765). Red value is 212 (83.20% from 255 or 32.97% from 643); Green value is 194 (76.17% from 255 or 30.17% from 643); Blue value is 237 (92.97% from 255 or 36.86% from 643); Max value from RGB is 237 - color contains mainly: blue. Hex color #D4C2ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4C2ED is #2B3D12. Grayscale: #CCCCCC. Windows color (decimal): -2833683 or 15581908. OLE color: 15581908.
HSL color Cylindrical-coordinate representation of color #D4C2ED: hue angle of 265.12º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D4C2ED is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 194 | 237 | - |
| CMYK | 0.11 | 0.18 | 0 | 0.07 |
| HSL | 265.12º | 0.54% | 0.85% | - |
| HSV(B) | 265.12º | 0.18% | 0.93% | - |
| XYZ | 61.73 | 58.7 | 88.2 | - |
| YUV | 204.28 | 146.46 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 194 | 237 | 0.11 | 0.18 | 0 | 0.07 | 265.12 | 0.54 | 0.85 |
| Hex | D4 | C2 | ED | B | 12 | 0 | 7 | 109 | 36 | 55 |
| Octal | 324 | 302 | 355 | 13 | 22 | 0 | 7 | 411 | 66 | 125 |
| Binary | 11010100 | 11000010 | 11101101 | 1011 | 10010 | 0 | 111 | 100001001 | 110110 | 1010101 |
Color Harmonies of #D4C2ED
Complementary color
Monochromatic Colors of #D4C2ED
Black with #D4C2ED
Text Example
Text Example
White with #D4C2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C2ED; }
p { color: rgb(212,194,237); }
H1.HeaderClassName
{
color: #D4C2ED;
}
.AnyTagClassName
{
color: #D4C2ED;
}
</style>
background-color css
<style>
a { background-color: #D4C2ED; }
a { background-color: rgb(212,194,237); }
div.DivClassName
{
background-color: #D4C2ED;
}
.BgClassName
{
background-color: #D4C2ED;
}
</style>
border-color css
<style>
span { border-color: #D4C2ED; }
span { border-color: rgb(212,194,237); }
td.TdClassName
{
border-color: #D4C2ED;
}
.TagClassName
{
border-color: #D4C2ED;
}
</style>