Shades of Fog #D3C0FB
Tints of Fog #D3C0FB
RGB
CMYK
RGB Variations
Color information
#D3C0FB (or 0xD3C0FB) is known color: Fog. HEX triplet: D3, C0 and FB. RGB value is (211,192,251). Sum of RGB (Red+Green+Blue) = 211+192+251=654 (86% of max value = 765). Red value is 211 (82.81% from 255 or 32.26% from 654); Green value is 192 (75.39% from 255 or 29.36% from 654); Blue value is 251 (98.44% from 255 or 38.38% from 654); Max value from RGB is 251 - color contains mainly: blue. Hex color #D3C0FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3C0FB is #2C3F04. Grayscale: #CCCCCC. Windows color (decimal): -2899717 or 16498899. OLE color: 16498899.
HSL color Cylindrical-coordinate representation of color #D3C0FB: hue angle of 259.32º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D3C0FB is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 192 | 251 | - |
| CMYK | 0.16 | 0.24 | 0 | 0.02 |
| HSL | 259.32º | 0.88% | 0.87% | - |
| HSV(B) | 259.32º | 0.24% | 0.98% | - |
| XYZ | 63.13 | 58.51 | 99.23 | - |
| YUV | 204.41 | 154.29 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 192 | 251 | 0.16 | 0.24 | 0 | 0.02 | 259.32 | 0.88 | 0.87 |
| Hex | D3 | C0 | FB | 10 | 18 | 0 | 2 | 103 | 58 | 57 |
| Octal | 323 | 300 | 373 | 20 | 30 | 0 | 2 | 403 | 130 | 127 |
| Binary | 11010011 | 11000000 | 11111011 | 10000 | 11000 | 0 | 10 | 100000011 | 1011000 | 1010111 |
Color Harmonies of #D3C0FB
Complementary color
Monochromatic Colors of #D3C0FB
Black with #D3C0FB
Text Example
Text Example
White with #D3C0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C0FB; }
p { color: rgb(211,192,251); }
H1.HeaderClassName
{
color: #D3C0FB;
}
.AnyTagClassName
{
color: #D3C0FB;
}
</style>
background-color css
<style>
a { background-color: #D3C0FB; }
a { background-color: rgb(211,192,251); }
div.DivClassName
{
background-color: #D3C0FB;
}
.BgClassName
{
background-color: #D3C0FB;
}
</style>
border-color css
<style>
span { border-color: #D3C0FB; }
span { border-color: rgb(211,192,251); }
td.TdClassName
{
border-color: #D3C0FB;
}
.TagClassName
{
border-color: #D3C0FB;
}
</style>