Shades of Fog #D3C7E5
Tints of Fog #D3C7E5
RGB
CMYK
RGB Variations
Color information
#D3C7E5 (or 0xD3C7E5) is known color: Fog. HEX triplet: D3, C7 and E5. RGB value is (211,199,229). Sum of RGB (Red+Green+Blue) = 211+199+229=639 (84% of max value = 765). Red value is 211 (82.81% from 255 or 33.02% from 639); Green value is 199 (78.12% from 255 or 31.14% from 639); Blue value is 229 (89.84% from 255 or 35.84% from 639); Max value from RGB is 229 - color contains mainly: blue. Hex color #D3C7E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3C7E5 is #2C381A. Grayscale: #CDCDCD. Windows color (decimal): -2897947 or 15058899. OLE color: 15058899.
HSL color Cylindrical-coordinate representation of color #D3C7E5: hue angle of 264º degrees, saturation: 0.37, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D3C7E5 is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 211 | 199 | 229 | - |
| CMYK | 0.08 | 0.13 | 0 | 0.10 |
| HSL | 264º | 0.37% | 0.84% | - |
| HSV(B) | 264º | 0.13% | 0.9% | - |
| XYZ | 61.43 | 60.35 | 82.54 | - |
| YUV | 206.01 | 140.98 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 199 | 229 | 0.08 | 0.13 | 0 | 0.10 | 264 | 0.37 | 0.84 |
| Hex | D3 | C7 | E5 | 8 | D | 0 | A | 108 | 25 | 54 |
| Octal | 323 | 307 | 345 | 10 | 15 | 0 | 12 | 410 | 45 | 124 |
| Binary | 11010011 | 11000111 | 11100101 | 1000 | 1101 | 0 | 1010 | 100001000 | 100101 | 1010100 |
Color Harmonies of #D3C7E5
Complementary color
Monochromatic Colors of #D3C7E5
Black with #D3C7E5
Text Example
Text Example
White with #D3C7E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C7E5; }
p { color: rgb(211,199,229); }
H1.HeaderClassName
{
color: #D3C7E5;
}
.AnyTagClassName
{
color: #D3C7E5;
}
</style>
background-color css
<style>
a { background-color: #D3C7E5; }
a { background-color: rgb(211,199,229); }
div.DivClassName
{
background-color: #D3C7E5;
}
.BgClassName
{
background-color: #D3C7E5;
}
</style>
border-color css
<style>
span { border-color: #D3C7E5; }
span { border-color: rgb(211,199,229); }
td.TdClassName
{
border-color: #D3C7E5;
}
.TagClassName
{
border-color: #D3C7E5;
}
</style>