Shades of Fog #D6BFEC
Tints of Fog #D6BFEC
RGB
CMYK
RGB Variations
Color information
#D6BFEC (or 0xD6BFEC) is known color: Fog. HEX triplet: D6, BF and EC. RGB value is (214,191,236). Sum of RGB (Red+Green+Blue) = 214+191+236=641 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.39% from 641); Green value is 191 (75% from 255 or 29.80% from 641); Blue value is 236 (92.58% from 255 or 36.82% from 641); Max value from RGB is 236 - color contains mainly: blue. Hex color #D6BFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6BFEC is #294013. Grayscale: #CACACA. Windows color (decimal): -2703380 or 15515606. OLE color: 15515606.
HSL color Cylindrical-coordinate representation of color #D6BFEC: hue angle of 270.67º 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 #D6BFEC is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 191 | 236 | - |
| CMYK | 0.09 | 0.19 | 0 | 0.07 |
| HSL | 270.67º | 0.54% | 0.84% | - |
| HSV(B) | 270.67º | 0.19% | 0.93% | - |
| XYZ | 61.5 | 57.61 | 87.24 | - |
| YUV | 203.01 | 146.62 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 191 | 236 | 0.09 | 0.19 | 0 | 0.07 | 270.67 | 0.54 | 0.84 |
| Hex | D6 | BF | EC | 9 | 13 | 0 | 7 | 10F | 36 | 54 |
| Octal | 326 | 277 | 354 | 11 | 23 | 0 | 7 | 417 | 66 | 124 |
| Binary | 11010110 | 10111111 | 11101100 | 1001 | 10011 | 0 | 111 | 100001111 | 110110 | 1010100 |
Color Harmonies of #D6BFEC
Complementary color
Monochromatic Colors of #D6BFEC
Black with #D6BFEC
Text Example
Text Example
White with #D6BFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BFEC; }
p { color: rgb(214,191,236); }
H1.HeaderClassName
{
color: #D6BFEC;
}
.AnyTagClassName
{
color: #D6BFEC;
}
</style>
background-color css
<style>
a { background-color: #D6BFEC; }
a { background-color: rgb(214,191,236); }
div.DivClassName
{
background-color: #D6BFEC;
}
.BgClassName
{
background-color: #D6BFEC;
}
</style>
border-color css
<style>
span { border-color: #D6BFEC; }
span { border-color: rgb(214,191,236); }
td.TdClassName
{
border-color: #D6BFEC;
}
.TagClassName
{
border-color: #D6BFEC;
}
</style>