Shades of Fog #D3C0E7
Tints of Fog #D3C0E7
RGB
CMYK
RGB Variations
Color information
#D3C0E7 (or 0xD3C0E7) is known color: Fog. HEX triplet: D3, C0 and E7. RGB value is (211,192,231). Sum of RGB (Red+Green+Blue) = 211+192+231=634 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.28% from 634); Green value is 192 (75.39% from 255 or 30.28% from 634); Blue value is 231 (90.62% from 255 or 36.44% from 634); Max value from RGB is 231 - color contains mainly: blue. Hex color #D3C0E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3C0E7 is #2C3F18. Grayscale: #C9C9C9. Windows color (decimal): -2899737 or 15188179. OLE color: 15188179.
HSL color Cylindrical-coordinate representation of color #D3C0E7: hue angle of 269.23º degrees, saturation: 0.45, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D3C0E7 is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 211 | 192 | 231 | - |
| CMYK | 0.09 | 0.17 | 0 | 0.09 |
| HSL | 269.23º | 0.45% | 0.83% | - |
| HSV(B) | 269.23º | 0.17% | 0.91% | - |
| XYZ | 60.14 | 57.32 | 83.5 | - |
| YUV | 202.13 | 144.29 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 192 | 231 | 0.09 | 0.17 | 0 | 0.09 | 269.23 | 0.45 | 0.83 |
| Hex | D3 | C0 | E7 | 9 | 11 | 0 | 9 | 10D | 2D | 53 |
| Octal | 323 | 300 | 347 | 11 | 21 | 0 | 11 | 415 | 55 | 123 |
| Binary | 11010011 | 11000000 | 11100111 | 1001 | 10001 | 0 | 1001 | 100001101 | 101101 | 1010011 |
Color Harmonies of #D3C0E7
Complementary color
Monochromatic Colors of #D3C0E7
Black with #D3C0E7
Text Example
Text Example
White with #D3C0E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C0E7; }
p { color: rgb(211,192,231); }
H1.HeaderClassName
{
color: #D3C0E7;
}
.AnyTagClassName
{
color: #D3C0E7;
}
</style>
background-color css
<style>
a { background-color: #D3C0E7; }
a { background-color: rgb(211,192,231); }
div.DivClassName
{
background-color: #D3C0E7;
}
.BgClassName
{
background-color: #D3C0E7;
}
</style>
border-color css
<style>
span { border-color: #D3C0E7; }
span { border-color: rgb(211,192,231); }
td.TdClassName
{
border-color: #D3C0E7;
}
.TagClassName
{
border-color: #D3C0E7;
}
</style>