Shades of Fog #D2BBFE
Tints of Fog #D2BBFE
RGB
CMYK
RGB Variations
Color information
#D2BBFE (or 0xD2BBFE) is known color: Fog. HEX triplet: D2, BB and FE. RGB value is (210,187,254). Sum of RGB (Red+Green+Blue) = 210+187+254=651 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.26% from 651); Green value is 187 (73.44% from 255 or 28.73% from 651); Blue value is 254 (99.61% from 255 or 39.02% from 651); Max value from RGB is 254 - color contains mainly: blue. Hex color #D2BBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2BBFE is #2D4401. Grayscale: #C9C9C9. Windows color (decimal): -2966530 or 16694226. OLE color: 16694226.
HSL color Cylindrical-coordinate representation of color #D2BBFE: hue angle of 260.6º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D2BBFE is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 210 | 187 | 254 | - |
| CMYK | 0.17 | 0.26 | 0 | 0.00 |
| HSL | 260.6º | 0.97% | 0.86% | - |
| HSV(B) | 260.6º | 0.26% | 1% | - |
| XYZ | 62.24 | 56.4 | 101.37 | - |
| YUV | 201.52 | 157.62 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 187 | 254 | 0.17 | 0.26 | 0 | 0.00 | 260.6 | 0.97 | 0.86 |
| Hex | D2 | BB | FE | 11 | 1A | 0 | 0 | 105 | 61 | 56 |
| Octal | 322 | 273 | 376 | 21 | 32 | 0 | 0 | 405 | 141 | 126 |
| Binary | 11010010 | 10111011 | 11111110 | 10001 | 11010 | 0 | 0 | 100000101 | 1100001 | 1010110 |
Color Harmonies of #D2BBFE
Complementary color
Monochromatic Colors of #D2BBFE
Black with #D2BBFE
Text Example
Text Example
White with #D2BBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BBFE; }
p { color: rgb(210,187,254); }
H1.HeaderClassName
{
color: #D2BBFE;
}
.AnyTagClassName
{
color: #D2BBFE;
}
</style>
background-color css
<style>
a { background-color: #D2BBFE; }
a { background-color: rgb(210,187,254); }
div.DivClassName
{
background-color: #D2BBFE;
}
.BgClassName
{
background-color: #D2BBFE;
}
</style>
border-color css
<style>
span { border-color: #D2BBFE; }
span { border-color: rgb(210,187,254); }
td.TdClassName
{
border-color: #D2BBFE;
}
.TagClassName
{
border-color: #D2BBFE;
}
</style>