Shades of Fog #D6BFEF
Tints of Fog #D6BFEF
RGB
CMYK
RGB Variations
Color information
#D6BFEF (or 0xD6BFEF) is known color: Fog. HEX triplet: D6, BF and EF. RGB value is (214,191,239). Sum of RGB (Red+Green+Blue) = 214+191+239=644 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.23% from 644); Green value is 191 (75% from 255 or 29.66% from 644); Blue value is 239 (93.75% from 255 or 37.11% from 644); Max value from RGB is 239 - color contains mainly: blue. Hex color #D6BFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6BFEF is #294010. Grayscale: #CBCBCB. Windows color (decimal): -2703377 or 15712214. OLE color: 15712214.
HSL color Cylindrical-coordinate representation of color #D6BFEF: hue angle of 268.75º 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 #D6BFEF is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 214 | 191 | 239 | - |
| CMYK | 0.10 | 0.20 | 0 | 0.06 |
| HSL | 268.75º | 0.6% | 0.84% | - |
| HSV(B) | 268.75º | 0.2% | 0.94% | - |
| XYZ | 61.94 | 57.79 | 89.55 | - |
| YUV | 203.35 | 148.12 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 191 | 239 | 0.10 | 0.20 | 0 | 0.06 | 268.75 | 0.6 | 0.84 |
| Hex | D6 | BF | EF | A | 14 | 0 | 6 | 10D | 3C | 54 |
| Octal | 326 | 277 | 357 | 12 | 24 | 0 | 6 | 415 | 74 | 124 |
| Binary | 11010110 | 10111111 | 11101111 | 1010 | 10100 | 0 | 110 | 100001101 | 111100 | 1010100 |
Color Harmonies of #D6BFEF
Complementary color
Monochromatic Colors of #D6BFEF
Black with #D6BFEF
Text Example
Text Example
White with #D6BFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BFEF; }
p { color: rgb(214,191,239); }
H1.HeaderClassName
{
color: #D6BFEF;
}
.AnyTagClassName
{
color: #D6BFEF;
}
</style>
background-color css
<style>
a { background-color: #D6BFEF; }
a { background-color: rgb(214,191,239); }
div.DivClassName
{
background-color: #D6BFEF;
}
.BgClassName
{
background-color: #D6BFEF;
}
</style>
border-color css
<style>
span { border-color: #D6BFEF; }
span { border-color: rgb(214,191,239); }
td.TdClassName
{
border-color: #D6BFEF;
}
.TagClassName
{
border-color: #D6BFEF;
}
</style>