Shades of Fog #D3CAE2
Tints of Fog #D3CAE2
RGB
CMYK
RGB Variations
Color information
#D3CAE2 (or 0xD3CAE2) is known color: Fog. HEX triplet: D3, CA and E2. RGB value is (211,202,226). Sum of RGB (Red+Green+Blue) = 211+202+226=639 (84% of max value = 765). Red value is 211 (82.81% from 255 or 33.02% from 639); Green value is 202 (79.30% from 255 or 31.61% from 639); Blue value is 226 (88.67% from 255 or 35.37% from 639); Max value from RGB is 226 - color contains mainly: blue. Hex color #D3CAE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3CAE2 is #2C351D. Grayscale: #CFCFCF. Windows color (decimal): -2897182 or 14863059. OLE color: 14863059.
HSL color Cylindrical-coordinate representation of color #D3CAE2: hue angle of 262.5º degrees, saturation: 0.29, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D3CAE2 is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 211 | 202 | 226 | - |
| CMYK | 0.07 | 0.11 | 0 | 0.11 |
| HSL | 262.5º | 0.29% | 0.84% | - |
| HSV(B) | 262.5º | 0.11% | 0.89% | - |
| XYZ | 61.71 | 61.58 | 80.59 | - |
| YUV | 207.43 | 138.48 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 202 | 226 | 0.07 | 0.11 | 0 | 0.11 | 262.5 | 0.29 | 0.84 |
| Hex | D3 | CA | E2 | 7 | B | 0 | B | 106 | 1D | 54 |
| Octal | 323 | 312 | 342 | 7 | 13 | 0 | 13 | 406 | 35 | 124 |
| Binary | 11010011 | 11001010 | 11100010 | 111 | 1011 | 0 | 1011 | 100000110 | 11101 | 1010100 |
Color Harmonies of #D3CAE2
Complementary color
Monochromatic Colors of #D3CAE2
Black with #D3CAE2
Text Example
Text Example
White with #D3CAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CAE2; }
p { color: rgb(211,202,226); }
H1.HeaderClassName
{
color: #D3CAE2;
}
.AnyTagClassName
{
color: #D3CAE2;
}
</style>
background-color css
<style>
a { background-color: #D3CAE2; }
a { background-color: rgb(211,202,226); }
div.DivClassName
{
background-color: #D3CAE2;
}
.BgClassName
{
background-color: #D3CAE2;
}
</style>
border-color css
<style>
span { border-color: #D3CAE2; }
span { border-color: rgb(211,202,226); }
td.TdClassName
{
border-color: #D3CAE2;
}
.TagClassName
{
border-color: #D3CAE2;
}
</style>