Shades of Fog #D2BFE1
Tints of Fog #D2BFE1
RGB
CMYK
RGB Variations
Color information
#D2BFE1 (or 0xD2BFE1) is known color: Fog. HEX triplet: D2, BF and E1. RGB value is (210,191,225). Sum of RGB (Red+Green+Blue) = 210+191+225=626 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.55% from 626); Green value is 191 (75% from 255 or 30.51% from 626); Blue value is 225 (88.28% from 255 or 35.94% from 626); Max value from RGB is 225 - color contains mainly: blue. Hex color #D2BFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BFE1 is #2D401E. Grayscale: #C8C8C8. Windows color (decimal): -2965535 or 14794706. OLE color: 14794706.
HSL color Cylindrical-coordinate representation of color #D2BFE1: hue angle of 273.53º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D2BFE1 is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 210 | 191 | 225 | - |
| CMYK | 0.07 | 0.15 | 0 | 0.12 |
| HSL | 273.53º | 0.36% | 0.82% | - |
| HSV(B) | 273.53º | 0.15% | 0.88% | - |
| XYZ | 58.8 | 56.4 | 79.02 | - |
| YUV | 200.56 | 141.79 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 191 | 225 | 0.07 | 0.15 | 0 | 0.12 | 273.53 | 0.36 | 0.82 |
| Hex | D2 | BF | E1 | 7 | F | 0 | C | 112 | 24 | 52 |
| Octal | 322 | 277 | 341 | 7 | 17 | 0 | 14 | 422 | 44 | 122 |
| Binary | 11010010 | 10111111 | 11100001 | 111 | 1111 | 0 | 1100 | 100010010 | 100100 | 1010010 |
Color Harmonies of #D2BFE1
Complementary color
Monochromatic Colors of #D2BFE1
Black with #D2BFE1
Text Example
Text Example
White with #D2BFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BFE1; }
p { color: rgb(210,191,225); }
H1.HeaderClassName
{
color: #D2BFE1;
}
.AnyTagClassName
{
color: #D2BFE1;
}
</style>
background-color css
<style>
a { background-color: #D2BFE1; }
a { background-color: rgb(210,191,225); }
div.DivClassName
{
background-color: #D2BFE1;
}
.BgClassName
{
background-color: #D2BFE1;
}
</style>
border-color css
<style>
span { border-color: #D2BFE1; }
span { border-color: rgb(210,191,225); }
td.TdClassName
{
border-color: #D2BFE1;
}
.TagClassName
{
border-color: #D2BFE1;
}
</style>