Shades of Fog #D1B8F5
Tints of Fog #D1B8F5
RGB
CMYK
RGB Variations
Color information
#D1B8F5 (or 0xD1B8F5) is known color: Fog. HEX triplet: D1, B8 and F5. RGB value is (209,184,245). Sum of RGB (Red+Green+Blue) = 209+184+245=638 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.76% from 638); Green value is 184 (72.27% from 255 or 28.84% from 638); Blue value is 245 (96.09% from 255 or 38.40% from 638); Max value from RGB is 245 - color contains mainly: blue. Hex color #D1B8F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1B8F5 is #2E470A. Grayscale: #C6C6C6. Windows color (decimal): -3032843 or 16103633. OLE color: 16103633.
HSL color Cylindrical-coordinate representation of color #D1B8F5: hue angle of 264.59º degrees, saturation: 0.75, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D1B8F5 is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 209 | 184 | 245 | - |
| CMYK | 0.15 | 0.25 | 0 | 0.04 |
| HSL | 264.59º | 0.75% | 0.84% | - |
| HSV(B) | 264.59º | 0.25% | 0.96% | - |
| XYZ | 59.92 | 54.43 | 93.73 | - |
| YUV | 198.43 | 154.28 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 184 | 245 | 0.15 | 0.25 | 0 | 0.04 | 264.59 | 0.75 | 0.84 |
| Hex | D1 | B8 | F5 | F | 19 | 0 | 4 | 109 | 4B | 54 |
| Octal | 321 | 270 | 365 | 17 | 31 | 0 | 4 | 411 | 113 | 124 |
| Binary | 11010001 | 10111000 | 11110101 | 1111 | 11001 | 0 | 100 | 100001001 | 1001011 | 1010100 |
Color Harmonies of #D1B8F5
Complementary color
Monochromatic Colors of #D1B8F5
Black with #D1B8F5
Text Example
Text Example
White with #D1B8F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B8F5; }
p { color: rgb(209,184,245); }
H1.HeaderClassName
{
color: #D1B8F5;
}
.AnyTagClassName
{
color: #D1B8F5;
}
</style>
background-color css
<style>
a { background-color: #D1B8F5; }
a { background-color: rgb(209,184,245); }
div.DivClassName
{
background-color: #D1B8F5;
}
.BgClassName
{
background-color: #D1B8F5;
}
</style>
border-color css
<style>
span { border-color: #D1B8F5; }
span { border-color: rgb(209,184,245); }
td.TdClassName
{
border-color: #D1B8F5;
}
.TagClassName
{
border-color: #D1B8F5;
}
</style>