Shades of Fog #D1BDEF
Tints of Fog #D1BDEF
RGB
CMYK
RGB Variations
Color information
#D1BDEF (or 0xD1BDEF) is known color: Fog. HEX triplet: D1, BD and EF. RGB value is (209,189,239). Sum of RGB (Red+Green+Blue) = 209+189+239=637 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.81% from 637); Green value is 189 (74.22% from 255 or 29.67% from 637); Blue value is 239 (93.75% from 255 or 37.52% from 637); Max value from RGB is 239 - color contains mainly: blue. Hex color #D1BDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1BDEF is #2E4210. Grayscale: #C8C8C8. Windows color (decimal): -3031569 or 15711697. OLE color: 15711697.
HSL color Cylindrical-coordinate representation of color #D1BDEF: hue angle of 264º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D1BDEF is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 189 | 239 | - |
| CMYK | 0.13 | 0.21 | 0 | 0.06 |
| HSL | 264º | 0.61% | 0.84% | - |
| HSV(B) | 264º | 0.21% | 0.94% | - |
| XYZ | 60.07 | 56.18 | 89.34 | - |
| YUV | 200.68 | 149.63 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 189 | 239 | 0.13 | 0.21 | 0 | 0.06 | 264 | 0.61 | 0.84 |
| Hex | D1 | BD | EF | D | 15 | 0 | 6 | 108 | 3D | 54 |
| Octal | 321 | 275 | 357 | 15 | 25 | 0 | 6 | 410 | 75 | 124 |
| Binary | 11010001 | 10111101 | 11101111 | 1101 | 10101 | 0 | 110 | 100001000 | 111101 | 1010100 |
Color Harmonies of #D1BDEF
Complementary color
Monochromatic Colors of #D1BDEF
Black with #D1BDEF
Text Example
Text Example
White with #D1BDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BDEF; }
p { color: rgb(209,189,239); }
H1.HeaderClassName
{
color: #D1BDEF;
}
.AnyTagClassName
{
color: #D1BDEF;
}
</style>
background-color css
<style>
a { background-color: #D1BDEF; }
a { background-color: rgb(209,189,239); }
div.DivClassName
{
background-color: #D1BDEF;
}
.BgClassName
{
background-color: #D1BDEF;
}
</style>
border-color css
<style>
span { border-color: #D1BDEF; }
span { border-color: rgb(209,189,239); }
td.TdClassName
{
border-color: #D1BDEF;
}
.TagClassName
{
border-color: #D1BDEF;
}
</style>