Shades of Fog #D2BBE4
Tints of Fog #D2BBE4
RGB
CMYK
RGB Variations
Color information
#D2BBE4 (or 0xD2BBE4) is known color: Fog. HEX triplet: D2, BB and E4. RGB value is (210,187,228). Sum of RGB (Red+Green+Blue) = 210+187+228=625 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.6% from 625); Green value is 187 (73.44% from 255 or 29.92% from 625); Blue value is 228 (89.45% from 255 or 36.48% from 625); Max value from RGB is 228 - color contains mainly: blue. Hex color #D2BBE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BBE4 is #2D441B. Grayscale: #C6C6C6. Windows color (decimal): -2966556 or 14990290. OLE color: 14990290.
HSL color Cylindrical-coordinate representation of color #D2BBE4: hue angle of 273.66º degrees, saturation: 0.43, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D2BBE4 is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 210 | 187 | 228 | - |
| CMYK | 0.08 | 0.18 | 0 | 0.11 |
| HSL | 273.66º | 0.43% | 0.81% | - |
| HSV(B) | 273.66º | 0.18% | 0.89% | - |
| XYZ | 58.35 | 54.84 | 80.91 | - |
| YUV | 198.55 | 144.62 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 187 | 228 | 0.08 | 0.18 | 0 | 0.11 | 273.66 | 0.43 | 0.81 |
| Hex | D2 | BB | E4 | 8 | 12 | 0 | B | 112 | 2B | 51 |
| Octal | 322 | 273 | 344 | 10 | 22 | 0 | 13 | 422 | 53 | 121 |
| Binary | 11010010 | 10111011 | 11100100 | 1000 | 10010 | 0 | 1011 | 100010010 | 101011 | 1010001 |
Color Harmonies of #D2BBE4
Complementary color
Monochromatic Colors of #D2BBE4
Black with #D2BBE4
Text Example
Text Example
White with #D2BBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BBE4; }
p { color: rgb(210,187,228); }
H1.HeaderClassName
{
color: #D2BBE4;
}
.AnyTagClassName
{
color: #D2BBE4;
}
</style>
background-color css
<style>
a { background-color: #D2BBE4; }
a { background-color: rgb(210,187,228); }
div.DivClassName
{
background-color: #D2BBE4;
}
.BgClassName
{
background-color: #D2BBE4;
}
</style>
border-color css
<style>
span { border-color: #D2BBE4; }
span { border-color: rgb(210,187,228); }
td.TdClassName
{
border-color: #D2BBE4;
}
.TagClassName
{
border-color: #D2BBE4;
}
</style>