Shades of Fog #D3C2E1
Tints of Fog #D3C2E1
RGB
CMYK
RGB Variations
Color information
#D3C2E1 (or 0xD3C2E1) is known color: Fog. HEX triplet: D3, C2 and E1. RGB value is (211,194,225). Sum of RGB (Red+Green+Blue) = 211+194+225=630 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.49% from 630); Green value is 194 (76.17% from 255 or 30.79% from 630); Blue value is 225 (88.28% from 255 or 35.71% from 630); Max value from RGB is 225 - color contains mainly: blue. Hex color #D3C2E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3C2E1 is #2C3D1E. Grayscale: #CACACA. Windows color (decimal): -2899231 or 14795475. OLE color: 14795475.
HSL color Cylindrical-coordinate representation of color #D3C2E1: hue angle of 272.9º degrees, saturation: 0.34, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D3C2E1 is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 211 | 194 | 225 | - |
| CMYK | 0.06 | 0.14 | 0 | 0.12 |
| HSL | 272.9º | 0.34% | 0.82% | - |
| HSV(B) | 272.9º | 0.14% | 0.88% | - |
| XYZ | 59.75 | 57.87 | 79.25 | - |
| YUV | 202.62 | 140.63 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 194 | 225 | 0.06 | 0.14 | 0 | 0.12 | 272.9 | 0.34 | 0.82 |
| Hex | D3 | C2 | E1 | 6 | E | 0 | C | 111 | 22 | 52 |
| Octal | 323 | 302 | 341 | 6 | 16 | 0 | 14 | 421 | 42 | 122 |
| Binary | 11010011 | 11000010 | 11100001 | 110 | 1110 | 0 | 1100 | 100010001 | 100010 | 1010010 |
Color Harmonies of #D3C2E1
Complementary color
Monochromatic Colors of #D3C2E1
Black with #D3C2E1
Text Example
Text Example
White with #D3C2E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C2E1; }
p { color: rgb(211,194,225); }
H1.HeaderClassName
{
color: #D3C2E1;
}
.AnyTagClassName
{
color: #D3C2E1;
}
</style>
background-color css
<style>
a { background-color: #D3C2E1; }
a { background-color: rgb(211,194,225); }
div.DivClassName
{
background-color: #D3C2E1;
}
.BgClassName
{
background-color: #D3C2E1;
}
</style>
border-color css
<style>
span { border-color: #D3C2E1; }
span { border-color: rgb(211,194,225); }
td.TdClassName
{
border-color: #D3C2E1;
}
.TagClassName
{
border-color: #D3C2E1;
}
</style>