Shades of Fog #D2BBF6
Tints of Fog #D2BBF6
RGB
CMYK
RGB Variations
Color information
#D2BBF6 (or 0xD2BBF6) is known color: Fog. HEX triplet: D2, BB and F6. RGB value is (210,187,246). Sum of RGB (Red+Green+Blue) = 210+187+246=643 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.66% from 643); Green value is 187 (73.44% from 255 or 29.08% from 643); Blue value is 246 (96.48% from 255 or 38.26% from 643); Max value from RGB is 246 - color contains mainly: blue. Hex color #D2BBF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2BBF6 is #2D4409. Grayscale: #C8C8C8. Windows color (decimal): -2966538 or 16169938. OLE color: 16169938.
HSL color Cylindrical-coordinate representation of color #D2BBF6: hue angle of 263.39º degrees, saturation: 0.77, 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 #D2BBF6 is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 210 | 187 | 246 | - |
| CMYK | 0.15 | 0.24 | 0 | 0.04 |
| HSL | 263.39º | 0.77% | 0.85% | - |
| HSV(B) | 263.39º | 0.24% | 0.96% | - |
| XYZ | 60.98 | 55.9 | 94.76 | - |
| YUV | 200.6 | 153.62 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 187 | 246 | 0.15 | 0.24 | 0 | 0.04 | 263.39 | 0.77 | 0.85 |
| Hex | D2 | BB | F6 | F | 18 | 0 | 4 | 107 | 4D | 55 |
| Octal | 322 | 273 | 366 | 17 | 30 | 0 | 4 | 407 | 115 | 125 |
| Binary | 11010010 | 10111011 | 11110110 | 1111 | 11000 | 0 | 100 | 100000111 | 1001101 | 1010101 |
Color Harmonies of #D2BBF6
Complementary color
Monochromatic Colors of #D2BBF6
Black with #D2BBF6
Text Example
Text Example
White with #D2BBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BBF6; }
p { color: rgb(210,187,246); }
H1.HeaderClassName
{
color: #D2BBF6;
}
.AnyTagClassName
{
color: #D2BBF6;
}
</style>
background-color css
<style>
a { background-color: #D2BBF6; }
a { background-color: rgb(210,187,246); }
div.DivClassName
{
background-color: #D2BBF6;
}
.BgClassName
{
background-color: #D2BBF6;
}
</style>
border-color css
<style>
span { border-color: #D2BBF6; }
span { border-color: rgb(210,187,246); }
td.TdClassName
{
border-color: #D2BBF6;
}
.TagClassName
{
border-color: #D2BBF6;
}
</style>