Shades of Fog #D6B9F1
Tints of Fog #D6B9F1
RGB
CMYK
RGB Variations
Color information
#D6B9F1 (or 0xD6B9F1) is known color: Fog. HEX triplet: D6, B9 and F1. RGB value is (214,185,241). Sum of RGB (Red+Green+Blue) = 214+185+241=640 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.44% from 640); Green value is 185 (72.66% from 255 or 28.91% from 640); Blue value is 241 (94.53% from 255 or 37.66% from 640); Max value from RGB is 241 - color contains mainly: blue. Hex color #D6B9F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6B9F1 is #29460E. Grayscale: #C7C7C7. Windows color (decimal): -2704911 or 15841750. OLE color: 15841750.
HSL color Cylindrical-coordinate representation of color #D6B9F1: hue angle of 271.07º degrees, saturation: 0.67, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D6B9F1 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 185 | 241 | - |
| CMYK | 0.11 | 0.23 | 0 | 0.05 |
| HSL | 271.07º | 0.67% | 0.84% | - |
| HSV(B) | 271.07º | 0.23% | 0.95% | - |
| XYZ | 60.96 | 55.34 | 90.69 | - |
| YUV | 200.06 | 151.11 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 185 | 241 | 0.11 | 0.23 | 0 | 0.05 | 271.07 | 0.67 | 0.84 |
| Hex | D6 | B9 | F1 | B | 17 | 0 | 5 | 10F | 43 | 54 |
| Octal | 326 | 271 | 361 | 13 | 27 | 0 | 5 | 417 | 103 | 124 |
| Binary | 11010110 | 10111001 | 11110001 | 1011 | 10111 | 0 | 101 | 100001111 | 1000011 | 1010100 |
Color Harmonies of #D6B9F1
Complementary color
Monochromatic Colors of #D6B9F1
Black with #D6B9F1
Text Example
Text Example
White with #D6B9F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B9F1; }
p { color: rgb(214,185,241); }
H1.HeaderClassName
{
color: #D6B9F1;
}
.AnyTagClassName
{
color: #D6B9F1;
}
</style>
background-color css
<style>
a { background-color: #D6B9F1; }
a { background-color: rgb(214,185,241); }
div.DivClassName
{
background-color: #D6B9F1;
}
.BgClassName
{
background-color: #D6B9F1;
}
</style>
border-color css
<style>
span { border-color: #D6B9F1; }
span { border-color: rgb(214,185,241); }
td.TdClassName
{
border-color: #D6B9F1;
}
.TagClassName
{
border-color: #D6B9F1;
}
</style>