Shades of Fog #D6BDF1
Tints of Fog #D6BDF1
RGB
CMYK
RGB Variations
Color information
#D6BDF1 (or 0xD6BDF1) is known color: Fog. HEX triplet: D6, BD and F1. RGB value is (214,189,241). Sum of RGB (Red+Green+Blue) = 214+189+241=644 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.23% from 644); Green value is 189 (74.22% from 255 or 29.35% from 644); Blue value is 241 (94.53% from 255 or 37.42% from 644); Max value from RGB is 241 - color contains mainly: blue. Hex color #D6BDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6BDF1 is #29420E. Grayscale: #CACACA. Windows color (decimal): -2703887 or 15842774. OLE color: 15842774.
HSL color Cylindrical-coordinate representation of color #D6BDF1: hue angle of 268.85º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D6BDF1 is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 189 | 241 | - |
| CMYK | 0.11 | 0.22 | 0 | 0.05 |
| HSL | 268.85º | 0.65% | 0.84% | - |
| HSV(B) | 268.85º | 0.22% | 0.95% | - |
| XYZ | 61.81 | 57.04 | 90.97 | - |
| YUV | 202.4 | 149.78 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 189 | 241 | 0.11 | 0.22 | 0 | 0.05 | 268.85 | 0.65 | 0.84 |
| Hex | D6 | BD | F1 | B | 16 | 0 | 5 | 10D | 41 | 54 |
| Octal | 326 | 275 | 361 | 13 | 26 | 0 | 5 | 415 | 101 | 124 |
| Binary | 11010110 | 10111101 | 11110001 | 1011 | 10110 | 0 | 101 | 100001101 | 1000001 | 1010100 |
Color Harmonies of #D6BDF1
Complementary color
Monochromatic Colors of #D6BDF1
Black with #D6BDF1
Text Example
Text Example
White with #D6BDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BDF1; }
p { color: rgb(214,189,241); }
H1.HeaderClassName
{
color: #D6BDF1;
}
.AnyTagClassName
{
color: #D6BDF1;
}
</style>
background-color css
<style>
a { background-color: #D6BDF1; }
a { background-color: rgb(214,189,241); }
div.DivClassName
{
background-color: #D6BDF1;
}
.BgClassName
{
background-color: #D6BDF1;
}
</style>
border-color css
<style>
span { border-color: #D6BDF1; }
span { border-color: rgb(214,189,241); }
td.TdClassName
{
border-color: #D6BDF1;
}
.TagClassName
{
border-color: #D6BDF1;
}
</style>