Shades of Fog #D3C7E6
Tints of Fog #D3C7E6
RGB
CMYK
RGB Variations
Color information
#D3C7E6 (or 0xD3C7E6) is known color: Fog. HEX triplet: D3, C7 and E6. RGB value is (211,199,230). Sum of RGB (Red+Green+Blue) = 211+199+230=640 (84% of max value = 765). Red value is 211 (82.81% from 255 or 32.97% from 640); Green value is 199 (78.12% from 255 or 31.09% from 640); Blue value is 230 (90.23% from 255 or 35.94% from 640); Max value from RGB is 230 - color contains mainly: blue. Hex color #D3C7E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3C7E6 is #2C3819. Grayscale: #CECECE. Windows color (decimal): -2897946 or 15124435. OLE color: 15124435.
HSL color Cylindrical-coordinate representation of color #D3C7E6: hue angle of 263.23º degrees, saturation: 0.38, 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 #D3C7E6 is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 211 | 199 | 230 | - |
CMYK | 0.08 | 0.13 | 0 | 0.10 |
HSL | 263.23º | 0.38% | 0.84% | - |
HSV(B) | 263.23º | 0.13% | 0.9% | - |
XYZ | 61.57 | 60.41 | 83.28 | - |
YUV | 206.12 | 141.48 | 131.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 211 | 199 | 230 | 0.08 | 0.13 | 0 | 0.10 | 263.23 | 0.38 | 0.84 |
Hex | D3 | C7 | E6 | 8 | D | 0 | A | 107 | 26 | 54 |
Octal | 323 | 307 | 346 | 10 | 15 | 0 | 12 | 407 | 46 | 124 |
Binary | 11010011 | 11000111 | 11100110 | 1000 | 1101 | 0 | 1010 | 100000111 | 100110 | 1010100 |
Color Harmonies of #D3C7E6
Complementary color
Monochromatic Colors of #D3C7E6
Black with #D3C7E6
Text Example
Text Example
White with #D3C7E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C7E6; }
p { color: rgb(211,199,230); }
H1.HeaderClassName
{
color: #D3C7E6;
}
.AnyTagClassName
{
color: #D3C7E6;
}
</style>
background-color css
<style>
a { background-color: #D3C7E6; }
a { background-color: rgb(211,199,230); }
div.DivClassName
{
background-color: #D3C7E6;
}
.BgClassName
{
background-color: #D3C7E6;
}
</style>
border-color css
<style>
span { border-color: #D3C7E6; }
span { border-color: rgb(211,199,230); }
td.TdClassName
{
border-color: #D3C7E6;
}
.TagClassName
{
border-color: #D3C7E6;
}
</style>