Shades of Fog #D4C3EC
Tints of Fog #D4C3EC
RGB
CMYK
RGB Variations
Color information
#D4C3EC (or 0xD4C3EC) is known color: Fog. HEX triplet: D4, C3 and EC. RGB value is (212,195,236). Sum of RGB (Red+Green+Blue) = 212+195+236=643 (85% of max value = 765). Red value is 212 (83.20% from 255 or 32.97% from 643); Green value is 195 (76.56% from 255 or 30.33% from 643); Blue value is 236 (92.58% from 255 or 36.70% from 643); Max value from RGB is 236 - color contains mainly: blue. Hex color #D4C3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4C3EC is #2B3C13. Grayscale: #CCCCCC. Windows color (decimal): -2833428 or 15516628. OLE color: 15516628.
HSL color Cylindrical-coordinate representation of color #D4C3EC: hue angle of 264.88º degrees, saturation: 0.52, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D4C3EC is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 195 | 236 | - |
| CMYK | 0.10 | 0.17 | 0 | 0.07 |
| HSL | 264.88º | 0.52% | 0.85% | - |
| HSV(B) | 264.88º | 0.17% | 0.93% | - |
| XYZ | 61.81 | 59.08 | 87.5 | - |
| YUV | 204.76 | 145.63 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 195 | 236 | 0.10 | 0.17 | 0 | 0.07 | 264.88 | 0.52 | 0.85 |
| Hex | D4 | C3 | EC | A | 11 | 0 | 7 | 109 | 34 | 55 |
| Octal | 324 | 303 | 354 | 12 | 21 | 0 | 7 | 411 | 64 | 125 |
| Binary | 11010100 | 11000011 | 11101100 | 1010 | 10001 | 0 | 111 | 100001001 | 110100 | 1010101 |
Color Harmonies of #D4C3EC
Complementary color
Monochromatic Colors of #D4C3EC
Black with #D4C3EC
Text Example
Text Example
White with #D4C3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C3EC; }
p { color: rgb(212,195,236); }
H1.HeaderClassName
{
color: #D4C3EC;
}
.AnyTagClassName
{
color: #D4C3EC;
}
</style>
background-color css
<style>
a { background-color: #D4C3EC; }
a { background-color: rgb(212,195,236); }
div.DivClassName
{
background-color: #D4C3EC;
}
.BgClassName
{
background-color: #D4C3EC;
}
</style>
border-color css
<style>
span { border-color: #D4C3EC; }
span { border-color: rgb(212,195,236); }
td.TdClassName
{
border-color: #D4C3EC;
}
.TagClassName
{
border-color: #D4C3EC;
}
</style>