Shades of Fog #D3CAE6
Tints of Fog #D3CAE6
RGB
CMYK
RGB Variations
Color information
#D3CAE6 (or 0xD3CAE6) is known color: Fog. HEX triplet: D3, CA and E6. RGB value is (211,202,230). Sum of RGB (Red+Green+Blue) = 211+202+230=643 (85% of max value = 765). Red value is 211 (82.81% from 255 or 32.81% from 643); Green value is 202 (79.30% from 255 or 31.42% from 643); Blue value is 230 (90.23% from 255 or 35.77% from 643); Max value from RGB is 230 - color contains mainly: blue. Hex color #D3CAE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3CAE6 is #2C3519. Grayscale: #CFCFCF. Windows color (decimal): -2897178 or 15125203. OLE color: 15125203.
HSL color Cylindrical-coordinate representation of color #D3CAE6: hue angle of 259.29º degrees, saturation: 0.36, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D3CAE6 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 211 | 202 | 230 | - |
| CMYK | 0.08 | 0.12 | 0 | 0.10 |
| HSL | 259.29º | 0.36% | 0.85% | - |
| HSV(B) | 259.29º | 0.12% | 0.9% | - |
| XYZ | 62.27 | 61.8 | 83.51 | - |
| YUV | 207.88 | 140.48 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 202 | 230 | 0.08 | 0.12 | 0 | 0.10 | 259.29 | 0.36 | 0.85 |
| Hex | D3 | CA | E6 | 8 | C | 0 | A | 103 | 24 | 55 |
| Octal | 323 | 312 | 346 | 10 | 14 | 0 | 12 | 403 | 44 | 125 |
| Binary | 11010011 | 11001010 | 11100110 | 1000 | 1100 | 0 | 1010 | 100000011 | 100100 | 1010101 |
Color Harmonies of #D3CAE6
Complementary color
Monochromatic Colors of #D3CAE6
Black with #D3CAE6
Text Example
Text Example
White with #D3CAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CAE6; }
p { color: rgb(211,202,230); }
H1.HeaderClassName
{
color: #D3CAE6;
}
.AnyTagClassName
{
color: #D3CAE6;
}
</style>
background-color css
<style>
a { background-color: #D3CAE6; }
a { background-color: rgb(211,202,230); }
div.DivClassName
{
background-color: #D3CAE6;
}
.BgClassName
{
background-color: #D3CAE6;
}
</style>
border-color css
<style>
span { border-color: #D3CAE6; }
span { border-color: rgb(211,202,230); }
td.TdClassName
{
border-color: #D3CAE6;
}
.TagClassName
{
border-color: #D3CAE6;
}
</style>