Shades of Fog #D2BCF9
Tints of Fog #D2BCF9
RGB
CMYK
RGB Variations
Color information
#D2BCF9 (or 0xD2BCF9) is known color: Fog. HEX triplet: D2, BC and F9. RGB value is (210,188,249). Sum of RGB (Red+Green+Blue) = 210+188+249=647 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.46% from 647); Green value is 188 (73.83% from 255 or 29.06% from 647); Blue value is 249 (97.66% from 255 or 38.49% from 647); Max value from RGB is 249 - color contains mainly: blue. Hex color #D2BCF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2BCF9 is #2D4306. Grayscale: #C9C9C9. Windows color (decimal): -2966279 or 16366802. OLE color: 16366802.
HSL color Cylindrical-coordinate representation of color #D2BCF9: hue angle of 261.64º degrees, saturation: 0.84, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D2BCF9 is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 188 | 249 | - |
| CMYK | 0.16 | 0.24 | 0 | 0.02 |
| HSL | 261.64º | 0.84% | 0.86% | - |
| HSV(B) | 261.64º | 0.24% | 0.98% | - |
| XYZ | 61.66 | 56.51 | 97.28 | - |
| YUV | 201.53 | 154.79 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 188 | 249 | 0.16 | 0.24 | 0 | 0.02 | 261.64 | 0.84 | 0.86 |
| Hex | D2 | BC | F9 | 10 | 18 | 0 | 2 | 106 | 54 | 56 |
| Octal | 322 | 274 | 371 | 20 | 30 | 0 | 2 | 406 | 124 | 126 |
| Binary | 11010010 | 10111100 | 11111001 | 10000 | 11000 | 0 | 10 | 100000110 | 1010100 | 1010110 |
Color Harmonies of #D2BCF9
Complementary color
Monochromatic Colors of #D2BCF9
Black with #D2BCF9
Text Example
Text Example
White with #D2BCF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BCF9; }
p { color: rgb(210,188,249); }
H1.HeaderClassName
{
color: #D2BCF9;
}
.AnyTagClassName
{
color: #D2BCF9;
}
</style>
background-color css
<style>
a { background-color: #D2BCF9; }
a { background-color: rgb(210,188,249); }
div.DivClassName
{
background-color: #D2BCF9;
}
.BgClassName
{
background-color: #D2BCF9;
}
</style>
border-color css
<style>
span { border-color: #D2BCF9; }
span { border-color: rgb(210,188,249); }
td.TdClassName
{
border-color: #D2BCF9;
}
.TagClassName
{
border-color: #D2BCF9;
}
</style>