Shades of Fog #D3C7EF
Tints of Fog #D3C7EF
RGB
CMYK
RGB Variations
Color information
#D3C7EF (or 0xD3C7EF) is known color: Fog. HEX triplet: D3, C7 and EF. RGB value is (211,199,239). Sum of RGB (Red+Green+Blue) = 211+199+239=649 (85% of max value = 765). Red value is 211 (82.81% from 255 or 32.51% from 649); Green value is 199 (78.12% from 255 or 30.66% from 649); Blue value is 239 (93.75% from 255 or 36.83% from 649); Max value from RGB is 239 - color contains mainly: blue. Hex color #D3C7EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3C7EF is #2C3810. Grayscale: #CECECE. Windows color (decimal): -2897937 or 15714259. OLE color: 15714259.
HSL color Cylindrical-coordinate representation of color #D3C7EF: hue angle of 258º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D3C7EF is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 199 | 239 | - |
| CMYK | 0.12 | 0.17 | 0 | 0.06 |
| HSL | 258º | 0.56% | 0.86% | - |
| HSV(B) | 258º | 0.17% | 0.94% | - |
| XYZ | 62.87 | 60.93 | 90.11 | - |
| YUV | 207.15 | 145.98 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 199 | 239 | 0.12 | 0.17 | 0 | 0.06 | 258 | 0.56 | 0.86 |
| Hex | D3 | C7 | EF | C | 11 | 0 | 6 | 102 | 38 | 56 |
| Octal | 323 | 307 | 357 | 14 | 21 | 0 | 6 | 402 | 70 | 126 |
| Binary | 11010011 | 11000111 | 11101111 | 1100 | 10001 | 0 | 110 | 100000010 | 111000 | 1010110 |
Color Harmonies of #D3C7EF
Complementary color
Monochromatic Colors of #D3C7EF
Black with #D3C7EF
Text Example
Text Example
White with #D3C7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C7EF; }
p { color: rgb(211,199,239); }
H1.HeaderClassName
{
color: #D3C7EF;
}
.AnyTagClassName
{
color: #D3C7EF;
}
</style>
background-color css
<style>
a { background-color: #D3C7EF; }
a { background-color: rgb(211,199,239); }
div.DivClassName
{
background-color: #D3C7EF;
}
.BgClassName
{
background-color: #D3C7EF;
}
</style>
border-color css
<style>
span { border-color: #D3C7EF; }
span { border-color: rgb(211,199,239); }
td.TdClassName
{
border-color: #D3C7EF;
}
.TagClassName
{
border-color: #D3C7EF;
}
</style>