Shades of Fog #D3C7E4
Tints of Fog #D3C7E4
RGB
CMYK
RGB Variations
Color information
#D3C7E4 (or 0xD3C7E4) is known color: Fog. HEX triplet: D3, C7 and E4. RGB value is (211,199,228). Sum of RGB (Red+Green+Blue) = 211+199+228=638 (84% of max value = 765). Red value is 211 (82.81% from 255 or 33.07% from 638); Green value is 199 (78.12% from 255 or 31.19% from 638); Blue value is 228 (89.45% from 255 or 35.74% from 638); Max value from RGB is 228 - color contains mainly: blue. Hex color #D3C7E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3C7E4 is #2C381B. Grayscale: #CDCDCD. Windows color (decimal): -2897948 or 14993363. OLE color: 14993363.
HSL color Cylindrical-coordinate representation of color #D3C7E4: hue angle of 264.83º degrees, saturation: 0.35, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D3C7E4 is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 211 | 199 | 228 | - |
| CMYK | 0.07 | 0.13 | 0 | 0.11 |
| HSL | 264.83º | 0.35% | 0.84% | - |
| HSV(B) | 264.83º | 0.13% | 0.89% | - |
| XYZ | 61.29 | 60.3 | 81.81 | - |
| YUV | 205.89 | 140.48 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 199 | 228 | 0.07 | 0.13 | 0 | 0.11 | 264.83 | 0.35 | 0.84 |
| Hex | D3 | C7 | E4 | 7 | D | 0 | B | 109 | 23 | 54 |
| Octal | 323 | 307 | 344 | 7 | 15 | 0 | 13 | 411 | 43 | 124 |
| Binary | 11010011 | 11000111 | 11100100 | 111 | 1101 | 0 | 1011 | 100001001 | 100011 | 1010100 |
Color Harmonies of #D3C7E4
Complementary color
Monochromatic Colors of #D3C7E4
Black with #D3C7E4
Text Example
Text Example
White with #D3C7E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C7E4; }
p { color: rgb(211,199,228); }
H1.HeaderClassName
{
color: #D3C7E4;
}
.AnyTagClassName
{
color: #D3C7E4;
}
</style>
background-color css
<style>
a { background-color: #D3C7E4; }
a { background-color: rgb(211,199,228); }
div.DivClassName
{
background-color: #D3C7E4;
}
.BgClassName
{
background-color: #D3C7E4;
}
</style>
border-color css
<style>
span { border-color: #D3C7E4; }
span { border-color: rgb(211,199,228); }
td.TdClassName
{
border-color: #D3C7E4;
}
.TagClassName
{
border-color: #D3C7E4;
}
</style>