Shades of Fog #D1B8F8
Tints of Fog #D1B8F8
RGB
CMYK
RGB Variations
Color information
#D1B8F8 (or 0xD1B8F8) is known color: Fog. HEX triplet: D1, B8 and F8. RGB value is (209,184,248). Sum of RGB (Red+Green+Blue) = 209+184+248=641 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.61% from 641); Green value is 184 (72.27% from 255 or 28.71% from 641); Blue value is 248 (97.27% from 255 or 38.69% from 641); Max value from RGB is 248 - color contains mainly: blue. Hex color #D1B8F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1B8F8 is #2E4707. Grayscale: #C6C6C6. Windows color (decimal): -3032840 or 16300241. OLE color: 16300241.
HSL color Cylindrical-coordinate representation of color #D1B8F8: hue angle of 263.44º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D1B8F8 is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 209 | 184 | 248 | - |
| CMYK | 0.16 | 0.26 | 0 | 0.03 |
| HSL | 263.44º | 0.82% | 0.85% | - |
| HSV(B) | 263.44º | 0.26% | 0.97% | - |
| XYZ | 60.38 | 54.61 | 96.17 | - |
| YUV | 198.77 | 155.78 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 184 | 248 | 0.16 | 0.26 | 0 | 0.03 | 263.44 | 0.82 | 0.85 |
| Hex | D1 | B8 | F8 | 10 | 1A | 0 | 3 | 107 | 52 | 55 |
| Octal | 321 | 270 | 370 | 20 | 32 | 0 | 3 | 407 | 122 | 125 |
| Binary | 11010001 | 10111000 | 11111000 | 10000 | 11010 | 0 | 11 | 100000111 | 1010010 | 1010101 |
Color Harmonies of #D1B8F8
Complementary color
Monochromatic Colors of #D1B8F8
Black with #D1B8F8
Text Example
Text Example
White with #D1B8F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B8F8; }
p { color: rgb(209,184,248); }
H1.HeaderClassName
{
color: #D1B8F8;
}
.AnyTagClassName
{
color: #D1B8F8;
}
</style>
background-color css
<style>
a { background-color: #D1B8F8; }
a { background-color: rgb(209,184,248); }
div.DivClassName
{
background-color: #D1B8F8;
}
.BgClassName
{
background-color: #D1B8F8;
}
</style>
border-color css
<style>
span { border-color: #D1B8F8; }
span { border-color: rgb(209,184,248); }
td.TdClassName
{
border-color: #D1B8F8;
}
.TagClassName
{
border-color: #D1B8F8;
}
</style>