Shades of Fog #D1B8FD
Tints of Fog #D1B8FD
RGB
CMYK
RGB Variations
Color information
#D1B8FD (or 0xD1B8FD) is known color: Fog. HEX triplet: D1, B8 and FD. RGB value is (209,184,253). Sum of RGB (Red+Green+Blue) = 209+184+253=646 (85% of max value = 765). Red value is 209 (82.03% from 255 or 32.35% from 646); Green value is 184 (72.27% from 255 or 28.48% from 646); Blue value is 253 (99.22% from 255 or 39.16% from 646); Max value from RGB is 253 - color contains mainly: blue. Hex color #D1B8FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1B8FD is #2E4702. Grayscale: #C7C7C7. Windows color (decimal): -3032835 or 16627921. OLE color: 16627921.
HSL color Cylindrical-coordinate representation of color #D1B8FD: hue angle of 261.74º degrees, saturation: 0.95, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D1B8FD is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 184 | 253 | - |
| CMYK | 0.17 | 0.27 | 0 | 0.01 |
| HSL | 261.74º | 0.95% | 0.86% | - |
| HSV(B) | 261.74º | 0.27% | 0.99% | - |
| XYZ | 61.16 | 54.93 | 100.31 | - |
| YUV | 199.34 | 158.28 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 184 | 253 | 0.17 | 0.27 | 0 | 0.01 | 261.74 | 0.95 | 0.86 |
| Hex | D1 | B8 | FD | 11 | 1B | 0 | 1 | 106 | 5F | 56 |
| Octal | 321 | 270 | 375 | 21 | 33 | 0 | 1 | 406 | 137 | 126 |
| Binary | 11010001 | 10111000 | 11111101 | 10001 | 11011 | 0 | 1 | 100000110 | 1011111 | 1010110 |
Color Harmonies of #D1B8FD
Complementary color
Monochromatic Colors of #D1B8FD
Black with #D1B8FD
Text Example
Text Example
White with #D1B8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B8FD; }
p { color: rgb(209,184,253); }
H1.HeaderClassName
{
color: #D1B8FD;
}
.AnyTagClassName
{
color: #D1B8FD;
}
</style>
background-color css
<style>
a { background-color: #D1B8FD; }
a { background-color: rgb(209,184,253); }
div.DivClassName
{
background-color: #D1B8FD;
}
.BgClassName
{
background-color: #D1B8FD;
}
</style>
border-color css
<style>
span { border-color: #D1B8FD; }
span { border-color: rgb(209,184,253); }
td.TdClassName
{
border-color: #D1B8FD;
}
.TagClassName
{
border-color: #D1B8FD;
}
</style>