Shades of Fog #D3C0F9
Tints of Fog #D3C0F9
RGB
CMYK
RGB Variations
Color information
#D3C0F9 (or 0xD3C0F9) is known color: Fog. HEX triplet: D3, C0 and F9. RGB value is (211,192,249). Sum of RGB (Red+Green+Blue) = 211+192+249=652 (86% of max value = 765). Red value is 211 (82.81% from 255 or 32.36% from 652); Green value is 192 (75.39% from 255 or 29.45% from 652); Blue value is 249 (97.66% from 255 or 38.19% from 652); Max value from RGB is 249 - color contains mainly: blue. Hex color #D3C0F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3C0F9 is #2C3F06. Grayscale: #CBCBCB. Windows color (decimal): -2899719 or 16367827. OLE color: 16367827.
HSL color Cylindrical-coordinate representation of color #D3C0F9: hue angle of 260º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D3C0F9 is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 192 | 249 | - |
| CMYK | 0.15 | 0.23 | 0 | 0.02 |
| HSL | 260º | 0.83% | 0.86% | - |
| HSV(B) | 260º | 0.23% | 0.98% | - |
| XYZ | 62.81 | 58.39 | 97.58 | - |
| YUV | 204.18 | 153.29 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 192 | 249 | 0.15 | 0.23 | 0 | 0.02 | 260 | 0.83 | 0.86 |
| Hex | D3 | C0 | F9 | F | 17 | 0 | 2 | 104 | 53 | 56 |
| Octal | 323 | 300 | 371 | 17 | 27 | 0 | 2 | 404 | 123 | 126 |
| Binary | 11010011 | 11000000 | 11111001 | 1111 | 10111 | 0 | 10 | 100000100 | 1010011 | 1010110 |
Color Harmonies of #D3C0F9
Complementary color
Monochromatic Colors of #D3C0F9
Black with #D3C0F9
Text Example
Text Example
White with #D3C0F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C0F9; }
p { color: rgb(211,192,249); }
H1.HeaderClassName
{
color: #D3C0F9;
}
.AnyTagClassName
{
color: #D3C0F9;
}
</style>
background-color css
<style>
a { background-color: #D3C0F9; }
a { background-color: rgb(211,192,249); }
div.DivClassName
{
background-color: #D3C0F9;
}
.BgClassName
{
background-color: #D3C0F9;
}
</style>
border-color css
<style>
span { border-color: #D3C0F9; }
span { border-color: rgb(211,192,249); }
td.TdClassName
{
border-color: #D3C0F9;
}
.TagClassName
{
border-color: #D3C0F9;
}
</style>