Shades of Fog #D1BDEB
Tints of Fog #D1BDEB
RGB
CMYK
RGB Variations
Color information
#D1BDEB (or 0xD1BDEB) is known color: Fog. HEX triplet: D1, BD and EB. RGB value is (209,189,235). Sum of RGB (Red+Green+Blue) = 209+189+235=633 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.02% from 633); Green value is 189 (74.22% from 255 or 29.86% from 633); Blue value is 235 (92.19% from 255 or 37.12% from 633); Max value from RGB is 235 - color contains mainly: blue. Hex color #D1BDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1BDEB is #2E4214. Grayscale: #C8C8C8. Windows color (decimal): -3031573 or 15449553. OLE color: 15449553.
HSL color Cylindrical-coordinate representation of color #D1BDEB: hue angle of 266.09º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D1BDEB is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 209 | 189 | 235 | - |
| CMYK | 0.11 | 0.20 | 0 | 0.08 |
| HSL | 266.09º | 0.53% | 0.83% | - |
| HSV(B) | 266.09º | 0.2% | 0.92% | - |
| XYZ | 59.49 | 55.95 | 86.26 | - |
| YUV | 200.22 | 147.63 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 189 | 235 | 0.11 | 0.20 | 0 | 0.08 | 266.09 | 0.53 | 0.83 |
| Hex | D1 | BD | EB | B | 14 | 0 | 8 | 10A | 35 | 53 |
| Octal | 321 | 275 | 353 | 13 | 24 | 0 | 10 | 412 | 65 | 123 |
| Binary | 11010001 | 10111101 | 11101011 | 1011 | 10100 | 0 | 1000 | 100001010 | 110101 | 1010011 |
Color Harmonies of #D1BDEB
Complementary color
Monochromatic Colors of #D1BDEB
Black with #D1BDEB
Text Example
Text Example
White with #D1BDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BDEB; }
p { color: rgb(209,189,235); }
H1.HeaderClassName
{
color: #D1BDEB;
}
.AnyTagClassName
{
color: #D1BDEB;
}
</style>
background-color css
<style>
a { background-color: #D1BDEB; }
a { background-color: rgb(209,189,235); }
div.DivClassName
{
background-color: #D1BDEB;
}
.BgClassName
{
background-color: #D1BDEB;
}
</style>
border-color css
<style>
span { border-color: #D1BDEB; }
span { border-color: rgb(209,189,235); }
td.TdClassName
{
border-color: #D1BDEB;
}
.TagClassName
{
border-color: #D1BDEB;
}
</style>