Shades of Fog #D6BEF1
Tints of Fog #D6BEF1
RGB
CMYK
RGB Variations
Color information
#D6BEF1 (or 0xD6BEF1) is known color: Fog. HEX triplet: D6, BE and F1. RGB value is (214,190,241). Sum of RGB (Red+Green+Blue) = 214+190+241=645 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.18% from 645); Green value is 190 (74.61% from 255 or 29.46% from 645); Blue value is 241 (94.53% from 255 or 37.36% from 645); Max value from RGB is 241 - color contains mainly: blue. Hex color #D6BEF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6BEF1 is #29410E. Grayscale: #CACACA. Windows color (decimal): -2703631 or 15843030. OLE color: 15843030.
HSL color Cylindrical-coordinate representation of color #D6BEF1: hue angle of 268.24º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D6BEF1 is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 190 | 241 | - |
| CMYK | 0.11 | 0.21 | 0 | 0.05 |
| HSL | 268.24º | 0.65% | 0.85% | - |
| HSV(B) | 268.24º | 0.21% | 0.95% | - |
| XYZ | 62.02 | 57.47 | 91.04 | - |
| YUV | 202.99 | 149.45 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 190 | 241 | 0.11 | 0.21 | 0 | 0.05 | 268.24 | 0.65 | 0.85 |
| Hex | D6 | BE | F1 | B | 15 | 0 | 5 | 10C | 41 | 55 |
| Octal | 326 | 276 | 361 | 13 | 25 | 0 | 5 | 414 | 101 | 125 |
| Binary | 11010110 | 10111110 | 11110001 | 1011 | 10101 | 0 | 101 | 100001100 | 1000001 | 1010101 |
Color Harmonies of #D6BEF1
Complementary color
Monochromatic Colors of #D6BEF1
Black with #D6BEF1
Text Example
Text Example
White with #D6BEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BEF1; }
p { color: rgb(214,190,241); }
H1.HeaderClassName
{
color: #D6BEF1;
}
.AnyTagClassName
{
color: #D6BEF1;
}
</style>
background-color css
<style>
a { background-color: #D6BEF1; }
a { background-color: rgb(214,190,241); }
div.DivClassName
{
background-color: #D6BEF1;
}
.BgClassName
{
background-color: #D6BEF1;
}
</style>
border-color css
<style>
span { border-color: #D6BEF1; }
span { border-color: rgb(214,190,241); }
td.TdClassName
{
border-color: #D6BEF1;
}
.TagClassName
{
border-color: #D6BEF1;
}
</style>