Shades of Fog #D2BFEB
Tints of Fog #D2BFEB
RGB
CMYK
RGB Variations
Color information
#D2BFEB (or 0xD2BFEB) is known color: Fog. HEX triplet: D2, BF and EB. RGB value is (210,191,235). Sum of RGB (Red+Green+Blue) = 210+191+235=636 (84% of max value = 765). Red value is 210 (82.42% from 255 or 33.02% from 636); Green value is 191 (75% from 255 or 30.03% from 636); Blue value is 235 (92.19% from 255 or 36.95% from 636); Max value from RGB is 235 - color contains mainly: blue. Hex color #D2BFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2BFEB is #2D4014. Grayscale: #C9C9C9. Windows color (decimal): -2965525 or 15450066. OLE color: 15450066.
HSL color Cylindrical-coordinate representation of color #D2BFEB: hue angle of 265.91º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D2BFEB is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 191 | 235 | - |
| CMYK | 0.11 | 0.19 | 0 | 0.08 |
| HSL | 265.91º | 0.52% | 0.84% | - |
| HSV(B) | 265.91º | 0.19% | 0.92% | - |
| XYZ | 60.2 | 56.96 | 86.42 | - |
| YUV | 201.7 | 146.79 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 191 | 235 | 0.11 | 0.19 | 0 | 0.08 | 265.91 | 0.52 | 0.84 |
| Hex | D2 | BF | EB | B | 13 | 0 | 8 | 10A | 34 | 54 |
| Octal | 322 | 277 | 353 | 13 | 23 | 0 | 10 | 412 | 64 | 124 |
| Binary | 11010010 | 10111111 | 11101011 | 1011 | 10011 | 0 | 1000 | 100001010 | 110100 | 1010100 |
Color Harmonies of #D2BFEB
Complementary color
Monochromatic Colors of #D2BFEB
Black with #D2BFEB
Text Example
Text Example
White with #D2BFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BFEB; }
p { color: rgb(210,191,235); }
H1.HeaderClassName
{
color: #D2BFEB;
}
.AnyTagClassName
{
color: #D2BFEB;
}
</style>
background-color css
<style>
a { background-color: #D2BFEB; }
a { background-color: rgb(210,191,235); }
div.DivClassName
{
background-color: #D2BFEB;
}
.BgClassName
{
background-color: #D2BFEB;
}
</style>
border-color css
<style>
span { border-color: #D2BFEB; }
span { border-color: rgb(210,191,235); }
td.TdClassName
{
border-color: #D2BFEB;
}
.TagClassName
{
border-color: #D2BFEB;
}
</style>