Shades of Fog #D1B3F1
Tints of Fog #D1B3F1
RGB
CMYK
RGB Variations
Color information
#D1B3F1 (or 0xD1B3F1) is known color: Fog. HEX triplet: D1, B3 and F1. RGB value is (209,179,241). Sum of RGB (Red+Green+Blue) = 209+179+241=629 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.23% from 629); Green value is 179 (70.31% from 255 or 28.46% from 629); Blue value is 241 (94.53% from 255 or 38.31% from 629); Max value from RGB is 241 - color contains mainly: blue. Hex color #D1B3F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1B3F1 is #2E4C0E. Grayscale: #C2C2C2. Windows color (decimal): -3034127 or 15840209. OLE color: 15840209.
HSL color Cylindrical-coordinate representation of color #D1B3F1: hue angle of 269.03º degrees, saturation: 0.69, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D1B3F1 is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 179 | 241 | - |
| CMYK | 0.13 | 0.26 | 0 | 0.05 |
| HSL | 269.03º | 0.69% | 0.82% | - |
| HSV(B) | 269.03º | 0.26% | 0.95% | - |
| XYZ | 58.29 | 52.15 | 90.21 | - |
| YUV | 195.04 | 153.94 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 179 | 241 | 0.13 | 0.26 | 0 | 0.05 | 269.03 | 0.69 | 0.82 |
| Hex | D1 | B3 | F1 | D | 1A | 0 | 5 | 10D | 45 | 52 |
| Octal | 321 | 263 | 361 | 15 | 32 | 0 | 5 | 415 | 105 | 122 |
| Binary | 11010001 | 10110011 | 11110001 | 1101 | 11010 | 0 | 101 | 100001101 | 1000101 | 1010010 |
Color Harmonies of #D1B3F1
Complementary color
Monochromatic Colors of #D1B3F1
Black with #D1B3F1
Text Example
Text Example
White with #D1B3F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B3F1; }
p { color: rgb(209,179,241); }
H1.HeaderClassName
{
color: #D1B3F1;
}
.AnyTagClassName
{
color: #D1B3F1;
}
</style>
background-color css
<style>
a { background-color: #D1B3F1; }
a { background-color: rgb(209,179,241); }
div.DivClassName
{
background-color: #D1B3F1;
}
.BgClassName
{
background-color: #D1B3F1;
}
</style>
border-color css
<style>
span { border-color: #D1B3F1; }
span { border-color: rgb(209,179,241); }
td.TdClassName
{
border-color: #D1B3F1;
}
.TagClassName
{
border-color: #D1B3F1;
}
</style>