Shades of Fog #D2BCF6
Tints of Fog #D2BCF6
RGB
CMYK
RGB Variations
Color information
#D2BCF6 (or 0xD2BCF6) is known color: Fog. HEX triplet: D2, BC and F6. RGB value is (210,188,246). Sum of RGB (Red+Green+Blue) = 210+188+246=644 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.61% from 644); Green value is 188 (73.83% from 255 or 29.19% from 644); Blue value is 246 (96.48% from 255 or 38.20% from 644); Max value from RGB is 246 - color contains mainly: blue. Hex color #D2BCF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2BCF6 is #2D4309. Grayscale: #C8C8C8. Windows color (decimal): -2966282 or 16170194. OLE color: 16170194.
HSL color Cylindrical-coordinate representation of color #D2BCF6: hue angle of 262.76º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D2BCF6 is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 210 | 188 | 246 | - |
| CMYK | 0.15 | 0.24 | 0 | 0.04 |
| HSL | 262.76º | 0.76% | 0.85% | - |
| HSV(B) | 262.76º | 0.24% | 0.96% | - |
| XYZ | 61.2 | 56.32 | 94.83 | - |
| YUV | 201.19 | 153.29 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 188 | 246 | 0.15 | 0.24 | 0 | 0.04 | 262.76 | 0.76 | 0.85 |
| Hex | D2 | BC | F6 | F | 18 | 0 | 4 | 107 | 4C | 55 |
| Octal | 322 | 274 | 366 | 17 | 30 | 0 | 4 | 407 | 114 | 125 |
| Binary | 11010010 | 10111100 | 11110110 | 1111 | 11000 | 0 | 100 | 100000111 | 1001100 | 1010101 |
Color Harmonies of #D2BCF6
Complementary color
Monochromatic Colors of #D2BCF6
Black with #D2BCF6
Text Example
Text Example
White with #D2BCF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BCF6; }
p { color: rgb(210,188,246); }
H1.HeaderClassName
{
color: #D2BCF6;
}
.AnyTagClassName
{
color: #D2BCF6;
}
</style>
background-color css
<style>
a { background-color: #D2BCF6; }
a { background-color: rgb(210,188,246); }
div.DivClassName
{
background-color: #D2BCF6;
}
.BgClassName
{
background-color: #D2BCF6;
}
</style>
border-color css
<style>
span { border-color: #D2BCF6; }
span { border-color: rgb(210,188,246); }
td.TdClassName
{
border-color: #D2BCF6;
}
.TagClassName
{
border-color: #D2BCF6;
}
</style>