Shades of Fog #D6BEF6
Tints of Fog #D6BEF6
RGB
CMYK
RGB Variations
Color information
#D6BEF6 (or 0xD6BEF6) is known color: Fog. HEX triplet: D6, BE and F6. RGB value is (214,190,246). Sum of RGB (Red+Green+Blue) = 214+190+246=650 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.92% from 650); Green value is 190 (74.61% from 255 or 29.23% from 650); Blue value is 246 (96.48% from 255 or 37.85% from 650); Max value from RGB is 246 - color contains mainly: blue. Hex color #D6BEF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6BEF6 is #294109. Grayscale: #CBCBCB. Windows color (decimal): -2703626 or 16170710. OLE color: 16170710.
HSL color Cylindrical-coordinate representation of color #D6BEF6: hue angle of 265.71º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D6BEF6 is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 214 | 190 | 246 | - |
| CMYK | 0.13 | 0.23 | 0 | 0.04 |
| HSL | 265.71º | 0.76% | 0.85% | - |
| HSV(B) | 265.71º | 0.23% | 0.96% | - |
| XYZ | 62.78 | 57.78 | 95.03 | - |
| YUV | 203.56 | 151.95 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 190 | 246 | 0.13 | 0.23 | 0 | 0.04 | 265.71 | 0.76 | 0.85 |
| Hex | D6 | BE | F6 | D | 17 | 0 | 4 | 10A | 4C | 55 |
| Octal | 326 | 276 | 366 | 15 | 27 | 0 | 4 | 412 | 114 | 125 |
| Binary | 11010110 | 10111110 | 11110110 | 1101 | 10111 | 0 | 100 | 100001010 | 1001100 | 1010101 |
Color Harmonies of #D6BEF6
Complementary color
Monochromatic Colors of #D6BEF6
Black with #D6BEF6
Text Example
Text Example
White with #D6BEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BEF6; }
p { color: rgb(214,190,246); }
H1.HeaderClassName
{
color: #D6BEF6;
}
.AnyTagClassName
{
color: #D6BEF6;
}
</style>
background-color css
<style>
a { background-color: #D6BEF6; }
a { background-color: rgb(214,190,246); }
div.DivClassName
{
background-color: #D6BEF6;
}
.BgClassName
{
background-color: #D6BEF6;
}
</style>
border-color css
<style>
span { border-color: #D6BEF6; }
span { border-color: rgb(214,190,246); }
td.TdClassName
{
border-color: #D6BEF6;
}
.TagClassName
{
border-color: #D6BEF6;
}
</style>