Shades of Fog #D1B6ED
Tints of Fog #D1B6ED
RGB
CMYK
RGB Variations
Color information
#D1B6ED (or 0xD1B6ED) is known color: Fog. HEX triplet: D1, B6 and ED. RGB value is (209,182,237). Sum of RGB (Red+Green+Blue) = 209+182+237=628 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.28% from 628); Green value is 182 (71.48% from 255 or 28.98% from 628); Blue value is 237 (92.97% from 255 or 37.74% from 628); Max value from RGB is 237 - color contains mainly: blue. Hex color #D1B6ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1B6ED is #2E4912. Grayscale: #C4C4C4. Windows color (decimal): -3033363 or 15578833. OLE color: 15578833.
HSL color Cylindrical-coordinate representation of color #D1B6ED: hue angle of 269.45º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D1B6ED is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 182 | 237 | - |
| CMYK | 0.12 | 0.23 | 0 | 0.07 |
| HSL | 269.45º | 0.6% | 0.82% | - |
| HSV(B) | 269.45º | 0.23% | 0.93% | - |
| XYZ | 58.31 | 53.13 | 87.3 | - |
| YUV | 196.34 | 150.95 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 182 | 237 | 0.12 | 0.23 | 0 | 0.07 | 269.45 | 0.6 | 0.82 |
| Hex | D1 | B6 | ED | C | 17 | 0 | 7 | 10D | 3C | 52 |
| Octal | 321 | 266 | 355 | 14 | 27 | 0 | 7 | 415 | 74 | 122 |
| Binary | 11010001 | 10110110 | 11101101 | 1100 | 10111 | 0 | 111 | 100001101 | 111100 | 1010010 |
Color Harmonies of #D1B6ED
Complementary color
Monochromatic Colors of #D1B6ED
Black with #D1B6ED
Text Example
Text Example
White with #D1B6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B6ED; }
p { color: rgb(209,182,237); }
H1.HeaderClassName
{
color: #D1B6ED;
}
.AnyTagClassName
{
color: #D1B6ED;
}
</style>
background-color css
<style>
a { background-color: #D1B6ED; }
a { background-color: rgb(209,182,237); }
div.DivClassName
{
background-color: #D1B6ED;
}
.BgClassName
{
background-color: #D1B6ED;
}
</style>
border-color css
<style>
span { border-color: #D1B6ED; }
span { border-color: rgb(209,182,237); }
td.TdClassName
{
border-color: #D1B6ED;
}
.TagClassName
{
border-color: #D1B6ED;
}
</style>