Shades of Fog #D1B5F1
Tints of Fog #D1B5F1
RGB
CMYK
RGB Variations
Color information
#D1B5F1 (or 0xD1B5F1) is known color: Fog. HEX triplet: D1, B5 and F1. RGB value is (209,181,241). Sum of RGB (Red+Green+Blue) = 209+181+241=631 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.12% from 631); Green value is 181 (71.09% from 255 or 28.68% from 631); Blue value is 241 (94.53% from 255 or 38.19% from 631); Max value from RGB is 241 - color contains mainly: blue. Hex color #D1B5F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1B5F1 is #2E4A0E. Grayscale: #C3C3C3. Windows color (decimal): -3033615 or 15840721. OLE color: 15840721.
HSL color Cylindrical-coordinate representation of color #D1B5F1: hue angle of 268º degrees, saturation: 0.68, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D1B5F1 is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 181 | 241 | - |
| CMYK | 0.13 | 0.25 | 0 | 0.05 |
| HSL | 268º | 0.68% | 0.83% | - |
| HSV(B) | 268º | 0.25% | 0.95% | - |
| XYZ | 58.7 | 52.95 | 90.35 | - |
| YUV | 196.21 | 153.28 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 181 | 241 | 0.13 | 0.25 | 0 | 0.05 | 268 | 0.68 | 0.83 |
| Hex | D1 | B5 | F1 | D | 19 | 0 | 5 | 10C | 44 | 53 |
| Octal | 321 | 265 | 361 | 15 | 31 | 0 | 5 | 414 | 104 | 123 |
| Binary | 11010001 | 10110101 | 11110001 | 1101 | 11001 | 0 | 101 | 100001100 | 1000100 | 1010011 |
Color Harmonies of #D1B5F1
Complementary color
Monochromatic Colors of #D1B5F1
Black with #D1B5F1
Text Example
Text Example
White with #D1B5F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B5F1; }
p { color: rgb(209,181,241); }
H1.HeaderClassName
{
color: #D1B5F1;
}
.AnyTagClassName
{
color: #D1B5F1;
}
</style>
background-color css
<style>
a { background-color: #D1B5F1; }
a { background-color: rgb(209,181,241); }
div.DivClassName
{
background-color: #D1B5F1;
}
.BgClassName
{
background-color: #D1B5F1;
}
</style>
border-color css
<style>
span { border-color: #D1B5F1; }
span { border-color: rgb(209,181,241); }
td.TdClassName
{
border-color: #D1B5F1;
}
.TagClassName
{
border-color: #D1B5F1;
}
</style>