Shades of Fog #D2BBF1
Tints of Fog #D2BBF1
RGB
CMYK
RGB Variations
Color information
#D2BBF1 (or 0xD2BBF1) is known color: Fog. HEX triplet: D2, BB and F1. RGB value is (210,187,241). Sum of RGB (Red+Green+Blue) = 210+187+241=638 (84% of max value = 765). Red value is 210 (82.42% from 255 or 32.92% from 638); Green value is 187 (73.44% from 255 or 29.31% from 638); Blue value is 241 (94.53% from 255 or 37.77% from 638); Max value from RGB is 241 - color contains mainly: blue. Hex color #D2BBF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2BBF1 is #2D440E. Grayscale: #C7C7C7. Windows color (decimal): -2966543 or 15842258. OLE color: 15842258.
HSL color Cylindrical-coordinate representation of color #D2BBF1: hue angle of 265.56º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D2BBF1 is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 187 | 241 | - |
| CMYK | 0.13 | 0.22 | 0 | 0.05 |
| HSL | 265.56º | 0.66% | 0.84% | - |
| HSV(B) | 265.56º | 0.22% | 0.95% | - |
| XYZ | 60.23 | 55.59 | 90.78 | - |
| YUV | 200.03 | 151.12 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 187 | 241 | 0.13 | 0.22 | 0 | 0.05 | 265.56 | 0.66 | 0.84 |
| Hex | D2 | BB | F1 | D | 16 | 0 | 5 | 10A | 42 | 54 |
| Octal | 322 | 273 | 361 | 15 | 26 | 0 | 5 | 412 | 102 | 124 |
| Binary | 11010010 | 10111011 | 11110001 | 1101 | 10110 | 0 | 101 | 100001010 | 1000010 | 1010100 |
Color Harmonies of #D2BBF1
Complementary color
Monochromatic Colors of #D2BBF1
Black with #D2BBF1
Text Example
Text Example
White with #D2BBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BBF1; }
p { color: rgb(210,187,241); }
H1.HeaderClassName
{
color: #D2BBF1;
}
.AnyTagClassName
{
color: #D2BBF1;
}
</style>
background-color css
<style>
a { background-color: #D2BBF1; }
a { background-color: rgb(210,187,241); }
div.DivClassName
{
background-color: #D2BBF1;
}
.BgClassName
{
background-color: #D2BBF1;
}
</style>
border-color css
<style>
span { border-color: #D2BBF1; }
span { border-color: rgb(210,187,241); }
td.TdClassName
{
border-color: #D2BBF1;
}
.TagClassName
{
border-color: #D2BBF1;
}
</style>