Shades of Fog #D2BBF2
Tints of Fog #D2BBF2
RGB
CMYK
RGB Variations
Color information
#D2BBF2 (or 0xD2BBF2) is known color: Fog. HEX triplet: D2, BB and F2. RGB value is (210,187,242). Sum of RGB (Red+Green+Blue) = 210+187+242=639 (84% of max value = 765). Red value is 210 (82.42% from 255 or 32.86% from 639); Green value is 187 (73.44% from 255 or 29.26% from 639); Blue value is 242 (94.92% from 255 or 37.87% from 639); Max value from RGB is 242 - color contains mainly: blue. Hex color #D2BBF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2BBF2 is #2D440D. Grayscale: #C7C7C7. Windows color (decimal): -2966542 or 15907794. OLE color: 15907794.
HSL color Cylindrical-coordinate representation of color #D2BBF2: hue angle of 265.09º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D2BBF2 is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 187 | 242 | - |
| CMYK | 0.13 | 0.23 | 0 | 0.05 |
| HSL | 265.09º | 0.68% | 0.84% | - |
| HSV(B) | 265.09º | 0.23% | 0.95% | - |
| XYZ | 60.38 | 55.65 | 91.56 | - |
| YUV | 200.15 | 151.62 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 187 | 242 | 0.13 | 0.23 | 0 | 0.05 | 265.09 | 0.68 | 0.84 |
| Hex | D2 | BB | F2 | D | 17 | 0 | 5 | 109 | 44 | 54 |
| Octal | 322 | 273 | 362 | 15 | 27 | 0 | 5 | 411 | 104 | 124 |
| Binary | 11010010 | 10111011 | 11110010 | 1101 | 10111 | 0 | 101 | 100001001 | 1000100 | 1010100 |
Color Harmonies of #D2BBF2
Complementary color
Monochromatic Colors of #D2BBF2
Black with #D2BBF2
Text Example
Text Example
White with #D2BBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BBF2; }
p { color: rgb(210,187,242); }
H1.HeaderClassName
{
color: #D2BBF2;
}
.AnyTagClassName
{
color: #D2BBF2;
}
</style>
background-color css
<style>
a { background-color: #D2BBF2; }
a { background-color: rgb(210,187,242); }
div.DivClassName
{
background-color: #D2BBF2;
}
.BgClassName
{
background-color: #D2BBF2;
}
</style>
border-color css
<style>
span { border-color: #D2BBF2; }
span { border-color: rgb(210,187,242); }
td.TdClassName
{
border-color: #D2BBF2;
}
.TagClassName
{
border-color: #D2BBF2;
}
</style>