Shades of Fog #D1B8E8
Tints of Fog #D1B8E8
RGB
CMYK
RGB Variations
Color information
#D1B8E8 (or 0xD1B8E8) is known color: Fog. HEX triplet: D1, B8 and E8. RGB value is (209,184,232). Sum of RGB (Red+Green+Blue) = 209+184+232=625 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.44% from 625); Green value is 184 (72.27% from 255 or 29.44% from 625); Blue value is 232 (91.02% from 255 or 37.12% from 625); Max value from RGB is 232 - color contains mainly: blue. Hex color #D1B8E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1B8E8 is #2E4717. Grayscale: #C4C4C4. Windows color (decimal): -3032856 or 15251665. OLE color: 15251665.
HSL color Cylindrical-coordinate representation of color #D1B8E8: hue angle of 271.25º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D1B8E8 is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 209 | 184 | 232 | - |
| CMYK | 0.10 | 0.21 | 0 | 0.09 |
| HSL | 271.25º | 0.51% | 0.82% | - |
| HSV(B) | 271.25º | 0.21% | 0.91% | - |
| XYZ | 58 | 53.66 | 83.64 | - |
| YUV | 196.95 | 147.78 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 184 | 232 | 0.10 | 0.21 | 0 | 0.09 | 271.25 | 0.51 | 0.82 |
| Hex | D1 | B8 | E8 | A | 15 | 0 | 9 | 10F | 33 | 52 |
| Octal | 321 | 270 | 350 | 12 | 25 | 0 | 11 | 417 | 63 | 122 |
| Binary | 11010001 | 10111000 | 11101000 | 1010 | 10101 | 0 | 1001 | 100001111 | 110011 | 1010010 |
Color Harmonies of #D1B8E8
Complementary color
Monochromatic Colors of #D1B8E8
Black with #D1B8E8
Text Example
Text Example
White with #D1B8E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B8E8; }
p { color: rgb(209,184,232); }
H1.HeaderClassName
{
color: #D1B8E8;
}
.AnyTagClassName
{
color: #D1B8E8;
}
</style>
background-color css
<style>
a { background-color: #D1B8E8; }
a { background-color: rgb(209,184,232); }
div.DivClassName
{
background-color: #D1B8E8;
}
.BgClassName
{
background-color: #D1B8E8;
}
</style>
border-color css
<style>
span { border-color: #D1B8E8; }
span { border-color: rgb(209,184,232); }
td.TdClassName
{
border-color: #D1B8E8;
}
.TagClassName
{
border-color: #D1B8E8;
}
</style>