Shades of Fog #D1BFEC
Tints of Fog #D1BFEC
RGB
CMYK
RGB Variations
Color information
#D1BFEC (or 0xD1BFEC) is known color: Fog. HEX triplet: D1, BF and EC. RGB value is (209,191,236). Sum of RGB (Red+Green+Blue) = 209+191+236=636 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.86% from 636); Green value is 191 (75% from 255 or 30.03% from 636); Blue value is 236 (92.58% from 255 or 37.11% from 636); Max value from RGB is 236 - color contains mainly: blue. Hex color #D1BFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1BFEC is #2E4013. Grayscale: #C9C9C9. Windows color (decimal): -3031060 or 15515601. OLE color: 15515601.
HSL color Cylindrical-coordinate representation of color #D1BFEC: hue angle of 264º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D1BFEC is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 191 | 236 | - |
| CMYK | 0.11 | 0.19 | 0 | 0.07 |
| HSL | 264º | 0.54% | 0.84% | - |
| HSV(B) | 264º | 0.19% | 0.93% | - |
| XYZ | 60.07 | 56.87 | 87.17 | - |
| YUV | 201.51 | 147.46 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 191 | 236 | 0.11 | 0.19 | 0 | 0.07 | 264 | 0.54 | 0.84 |
| Hex | D1 | BF | EC | B | 13 | 0 | 7 | 108 | 36 | 54 |
| Octal | 321 | 277 | 354 | 13 | 23 | 0 | 7 | 410 | 66 | 124 |
| Binary | 11010001 | 10111111 | 11101100 | 1011 | 10011 | 0 | 111 | 100001000 | 110110 | 1010100 |
Color Harmonies of #D1BFEC
Complementary color
Monochromatic Colors of #D1BFEC
Black with #D1BFEC
Text Example
Text Example
White with #D1BFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BFEC; }
p { color: rgb(209,191,236); }
H1.HeaderClassName
{
color: #D1BFEC;
}
.AnyTagClassName
{
color: #D1BFEC;
}
</style>
background-color css
<style>
a { background-color: #D1BFEC; }
a { background-color: rgb(209,191,236); }
div.DivClassName
{
background-color: #D1BFEC;
}
.BgClassName
{
background-color: #D1BFEC;
}
</style>
border-color css
<style>
span { border-color: #D1BFEC; }
span { border-color: rgb(209,191,236); }
td.TdClassName
{
border-color: #D1BFEC;
}
.TagClassName
{
border-color: #D1BFEC;
}
</style>