Shades of Fog #D1BFEF
Tints of Fog #D1BFEF
RGB
CMYK
RGB Variations
Color information
#D1BFEF (or 0xD1BFEF) is known color: Fog. HEX triplet: D1, BF and EF. RGB value is (209,191,239). Sum of RGB (Red+Green+Blue) = 209+191+239=639 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.71% from 639); Green value is 191 (75% from 255 or 29.89% from 639); Blue value is 239 (93.75% from 255 or 37.40% from 639); Max value from RGB is 239 - color contains mainly: blue. Hex color #D1BFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1BFEF is #2E4010. Grayscale: #C9C9C9. Windows color (decimal): -3031057 or 15712209. OLE color: 15712209.
HSL color Cylindrical-coordinate representation of color #D1BFEF: hue angle of 262.5º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D1BFEF is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 191 | 239 | - |
| CMYK | 0.13 | 0.20 | 0 | 0.06 |
| HSL | 262.5º | 0.6% | 0.84% | - |
| HSV(B) | 262.5º | 0.2% | 0.94% | - |
| XYZ | 60.51 | 57.05 | 89.48 | - |
| YUV | 201.85 | 148.96 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 191 | 239 | 0.13 | 0.20 | 0 | 0.06 | 262.5 | 0.6 | 0.84 |
| Hex | D1 | BF | EF | D | 14 | 0 | 6 | 106 | 3C | 54 |
| Octal | 321 | 277 | 357 | 15 | 24 | 0 | 6 | 406 | 74 | 124 |
| Binary | 11010001 | 10111111 | 11101111 | 1101 | 10100 | 0 | 110 | 100000110 | 111100 | 1010100 |
Color Harmonies of #D1BFEF
Complementary color
Monochromatic Colors of #D1BFEF
Black with #D1BFEF
Text Example
Text Example
White with #D1BFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BFEF; }
p { color: rgb(209,191,239); }
H1.HeaderClassName
{
color: #D1BFEF;
}
.AnyTagClassName
{
color: #D1BFEF;
}
</style>
background-color css
<style>
a { background-color: #D1BFEF; }
a { background-color: rgb(209,191,239); }
div.DivClassName
{
background-color: #D1BFEF;
}
.BgClassName
{
background-color: #D1BFEF;
}
</style>
border-color css
<style>
span { border-color: #D1BFEF; }
span { border-color: rgb(209,191,239); }
td.TdClassName
{
border-color: #D1BFEF;
}
.TagClassName
{
border-color: #D1BFEF;
}
</style>