Shades of Fog #D1B7EC
Tints of Fog #D1B7EC
RGB
CMYK
RGB Variations
Color information
#D1B7EC (or 0xD1B7EC) is known color: Fog. HEX triplet: D1, B7 and EC. RGB value is (209,183,236). Sum of RGB (Red+Green+Blue) = 209+183+236=628 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.28% from 628); Green value is 183 (71.88% from 255 or 29.14% from 628); Blue value is 236 (92.58% from 255 or 37.58% from 628); Max value from RGB is 236 - color contains mainly: blue. Hex color #D1B7EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1B7EC is #2E4813. Grayscale: #C4C4C4. Windows color (decimal): -3033108 or 15513553. OLE color: 15513553.
HSL color Cylindrical-coordinate representation of color #D1B7EC: hue angle of 269.43º degrees, saturation: 0.58, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D1B7EC is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 183 | 236 | - |
| CMYK | 0.11 | 0.22 | 0 | 0.07 |
| HSL | 269.43º | 0.58% | 0.82% | - |
| HSV(B) | 269.43º | 0.22% | 0.93% | - |
| XYZ | 58.37 | 53.48 | 86.6 | - |
| YUV | 196.82 | 150.11 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 183 | 236 | 0.11 | 0.22 | 0 | 0.07 | 269.43 | 0.58 | 0.82 |
| Hex | D1 | B7 | EC | B | 16 | 0 | 7 | 10D | 3A | 52 |
| Octal | 321 | 267 | 354 | 13 | 26 | 0 | 7 | 415 | 72 | 122 |
| Binary | 11010001 | 10110111 | 11101100 | 1011 | 10110 | 0 | 111 | 100001101 | 111010 | 1010010 |
Color Harmonies of #D1B7EC
Complementary color
Monochromatic Colors of #D1B7EC
Black with #D1B7EC
Text Example
Text Example
White with #D1B7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B7EC; }
p { color: rgb(209,183,236); }
H1.HeaderClassName
{
color: #D1B7EC;
}
.AnyTagClassName
{
color: #D1B7EC;
}
</style>
background-color css
<style>
a { background-color: #D1B7EC; }
a { background-color: rgb(209,183,236); }
div.DivClassName
{
background-color: #D1B7EC;
}
.BgClassName
{
background-color: #D1B7EC;
}
</style>
border-color css
<style>
span { border-color: #D1B7EC; }
span { border-color: rgb(209,183,236); }
td.TdClassName
{
border-color: #D1B7EC;
}
.TagClassName
{
border-color: #D1B7EC;
}
</style>