Shades of Fog #D2C0FB
Tints of Fog #D2C0FB
RGB
CMYK
RGB Variations
Color information
#D2C0FB (or 0xD2C0FB) is known color: Fog. HEX triplet: D2, C0 and FB. RGB value is (210,192,251). Sum of RGB (Red+Green+Blue) = 210+192+251=653 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.16% from 653); Green value is 192 (75.39% from 255 or 29.40% from 653); Blue value is 251 (98.44% from 255 or 38.44% from 653); Max value from RGB is 251 - color contains mainly: blue. Hex color #D2C0FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2C0FB is #2D3F04. Grayscale: #CBCBCB. Windows color (decimal): -2965253 or 16498898. OLE color: 16498898.
HSL color Cylindrical-coordinate representation of color #D2C0FB: hue angle of 258.31º 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 #D2C0FB is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 192 | 251 | - |
| CMYK | 0.16 | 0.24 | 0 | 0.02 |
| HSL | 258.31º | 0.88% | 0.87% | - |
| HSV(B) | 258.31º | 0.24% | 0.98% | - |
| XYZ | 62.84 | 58.37 | 99.22 | - |
| YUV | 204.11 | 154.46 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 192 | 251 | 0.16 | 0.24 | 0 | 0.02 | 258.31 | 0.88 | 0.87 |
| Hex | D2 | C0 | FB | 10 | 18 | 0 | 2 | 102 | 58 | 57 |
| Octal | 322 | 300 | 373 | 20 | 30 | 0 | 2 | 402 | 130 | 127 |
| Binary | 11010010 | 11000000 | 11111011 | 10000 | 11000 | 0 | 10 | 100000010 | 1011000 | 1010111 |
Color Harmonies of #D2C0FB
Complementary color
Monochromatic Colors of #D2C0FB
Black with #D2C0FB
Text Example
Text Example
White with #D2C0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C0FB; }
p { color: rgb(210,192,251); }
H1.HeaderClassName
{
color: #D2C0FB;
}
.AnyTagClassName
{
color: #D2C0FB;
}
</style>
background-color css
<style>
a { background-color: #D2C0FB; }
a { background-color: rgb(210,192,251); }
div.DivClassName
{
background-color: #D2C0FB;
}
.BgClassName
{
background-color: #D2C0FB;
}
</style>
border-color css
<style>
span { border-color: #D2C0FB; }
span { border-color: rgb(210,192,251); }
td.TdClassName
{
border-color: #D2C0FB;
}
.TagClassName
{
border-color: #D2C0FB;
}
</style>