Shades of Fog #D1BDFC
Tints of Fog #D1BDFC
RGB
CMYK
RGB Variations
Color information
#D1BDFC (or 0xD1BDFC) is known color: Fog. HEX triplet: D1, BD and FC. RGB value is (209,189,252). Sum of RGB (Red+Green+Blue) = 209+189+252=650 (86% of max value = 765). Red value is 209 (82.03% from 255 or 32.15% from 650); Green value is 189 (74.22% from 255 or 29.08% from 650); Blue value is 252 (98.83% from 255 or 38.77% from 650); Max value from RGB is 252 - color contains mainly: blue. Hex color #D1BDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1BDFC is #2E4203. Grayscale: #C9C9C9. Windows color (decimal): -3031556 or 16563665. OLE color: 16563665.
HSL color Cylindrical-coordinate representation of color #D1BDFC: hue angle of 259.05º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D1BDFC is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 189 | 252 | - |
| CMYK | 0.17 | 0.25 | 0 | 0.01 |
| HSL | 259.05º | 0.91% | 0.86% | - |
| HSV(B) | 259.05º | 0.25% | 0.99% | - |
| XYZ | 62.06 | 56.98 | 99.82 | - |
| YUV | 202.16 | 156.13 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 189 | 252 | 0.17 | 0.25 | 0 | 0.01 | 259.05 | 0.91 | 0.86 |
| Hex | D1 | BD | FC | 11 | 19 | 0 | 1 | 103 | 5B | 56 |
| Octal | 321 | 275 | 374 | 21 | 31 | 0 | 1 | 403 | 133 | 126 |
| Binary | 11010001 | 10111101 | 11111100 | 10001 | 11001 | 0 | 1 | 100000011 | 1011011 | 1010110 |
Color Harmonies of #D1BDFC
Complementary color
Monochromatic Colors of #D1BDFC
Black with #D1BDFC
Text Example
Text Example
White with #D1BDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BDFC; }
p { color: rgb(209,189,252); }
H1.HeaderClassName
{
color: #D1BDFC;
}
.AnyTagClassName
{
color: #D1BDFC;
}
</style>
background-color css
<style>
a { background-color: #D1BDFC; }
a { background-color: rgb(209,189,252); }
div.DivClassName
{
background-color: #D1BDFC;
}
.BgClassName
{
background-color: #D1BDFC;
}
</style>
border-color css
<style>
span { border-color: #D1BDFC; }
span { border-color: rgb(209,189,252); }
td.TdClassName
{
border-color: #D1BDFC;
}
.TagClassName
{
border-color: #D1BDFC;
}
</style>