Shades of Fog #D3C7E7
Tints of Fog #D3C7E7
RGB
CMYK
RGB Variations
Color information
#D3C7E7 (or 0xD3C7E7) is known color: Fog. HEX triplet: D3, C7 and E7. RGB value is (211,199,231). Sum of RGB (Red+Green+Blue) = 211+199+231=641 (84% of max value = 765). Red value is 211 (82.81% from 255 or 32.92% from 641); Green value is 199 (78.12% from 255 or 31.05% from 641); Blue value is 231 (90.62% from 255 or 36.04% from 641); Max value from RGB is 231 - color contains mainly: blue. Hex color #D3C7E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3C7E7 is #2C3818. Grayscale: #CECECE. Windows color (decimal): -2897945 or 15189971. OLE color: 15189971.
HSL color Cylindrical-coordinate representation of color #D3C7E7: hue angle of 262.5º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D3C7E7 is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 211 | 199 | 231 | - |
| CMYK | 0.09 | 0.14 | 0 | 0.09 |
| HSL | 262.5º | 0.4% | 0.84% | - |
| HSV(B) | 262.5º | 0.14% | 0.91% | - |
| XYZ | 61.71 | 60.47 | 84.02 | - |
| YUV | 206.24 | 141.98 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 199 | 231 | 0.09 | 0.14 | 0 | 0.09 | 262.5 | 0.4 | 0.84 |
| Hex | D3 | C7 | E7 | 9 | E | 0 | 9 | 106 | 28 | 54 |
| Octal | 323 | 307 | 347 | 11 | 16 | 0 | 11 | 406 | 50 | 124 |
| Binary | 11010011 | 11000111 | 11100111 | 1001 | 1110 | 0 | 1001 | 100000110 | 101000 | 1010100 |
Color Harmonies of #D3C7E7
Complementary color
Monochromatic Colors of #D3C7E7
Black with #D3C7E7
Text Example
Text Example
White with #D3C7E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C7E7; }
p { color: rgb(211,199,231); }
H1.HeaderClassName
{
color: #D3C7E7;
}
.AnyTagClassName
{
color: #D3C7E7;
}
</style>
background-color css
<style>
a { background-color: #D3C7E7; }
a { background-color: rgb(211,199,231); }
div.DivClassName
{
background-color: #D3C7E7;
}
.BgClassName
{
background-color: #D3C7E7;
}
</style>
border-color css
<style>
span { border-color: #D3C7E7; }
span { border-color: rgb(211,199,231); }
td.TdClassName
{
border-color: #D3C7E7;
}
.TagClassName
{
border-color: #D3C7E7;
}
</style>