Shades of Fog #D3C7E9
Tints of Fog #D3C7E9
RGB
CMYK
RGB Variations
Color information
#D3C7E9 (or 0xD3C7E9) is known color: Fog. HEX triplet: D3, C7 and E9. RGB value is (211,199,233). Sum of RGB (Red+Green+Blue) = 211+199+233=643 (85% of max value = 765). Red value is 211 (82.81% from 255 or 32.81% from 643); Green value is 199 (78.12% from 255 or 30.95% from 643); Blue value is 233 (91.41% from 255 or 36.24% from 643); Max value from RGB is 233 - color contains mainly: blue. Hex color #D3C7E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3C7E9 is #2C3816. Grayscale: #CECECE. Windows color (decimal): -2897943 or 15321043. OLE color: 15321043.
HSL color Cylindrical-coordinate representation of color #D3C7E9: hue angle of 261.18º degrees, saturation: 0.44, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D3C7E9 is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 211 | 199 | 233 | - |
CMYK | 0.09 | 0.15 | 0 | 0.09 |
HSL | 261.18º | 0.44% | 0.85% | - |
HSV(B) | 261.18º | 0.15% | 0.91% | - |
XYZ | 62 | 60.58 | 85.52 | - |
YUV | 206.46 | 142.98 | 131.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 211 | 199 | 233 | 0.09 | 0.15 | 0 | 0.09 | 261.18 | 0.44 | 0.85 |
Hex | D3 | C7 | E9 | 9 | F | 0 | 9 | 105 | 2C | 55 |
Octal | 323 | 307 | 351 | 11 | 17 | 0 | 11 | 405 | 54 | 125 |
Binary | 11010011 | 11000111 | 11101001 | 1001 | 1111 | 0 | 1001 | 100000101 | 101100 | 1010101 |
Color Harmonies of #D3C7E9
Complementary color
Monochromatic Colors of #D3C7E9
Black with #D3C7E9
Text Example
Text Example
White with #D3C7E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C7E9; }
p { color: rgb(211,199,233); }
H1.HeaderClassName
{
color: #D3C7E9;
}
.AnyTagClassName
{
color: #D3C7E9;
}
</style>
background-color css
<style>
a { background-color: #D3C7E9; }
a { background-color: rgb(211,199,233); }
div.DivClassName
{
background-color: #D3C7E9;
}
.BgClassName
{
background-color: #D3C7E9;
}
</style>
border-color css
<style>
span { border-color: #D3C7E9; }
span { border-color: rgb(211,199,233); }
td.TdClassName
{
border-color: #D3C7E9;
}
.TagClassName
{
border-color: #D3C7E9;
}
</style>