Shades of Fog #D2B9EE
Tints of Fog #D2B9EE
RGB
CMYK
RGB Variations
Color information
#D2B9EE (or 0xD2B9EE) is known color: Fog. HEX triplet: D2, B9 and EE. RGB value is (210,185,238). Sum of RGB (Red+Green+Blue) = 210+185+238=633 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.18% from 633); Green value is 185 (72.66% from 255 or 29.23% from 633); Blue value is 238 (93.36% from 255 or 37.60% from 633); Max value from RGB is 238 - color contains mainly: blue. Hex color #D2B9EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2B9EE is #2D4611. Grayscale: #C6C6C6. Windows color (decimal): -2967058 or 15645138. OLE color: 15645138.
HSL color Cylindrical-coordinate representation of color #D2B9EE: hue angle of 268.3º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D2B9EE is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 185 | 238 | - |
| CMYK | 0.12 | 0.22 | 0 | 0.07 |
| HSL | 268.3º | 0.61% | 0.83% | - |
| HSV(B) | 268.3º | 0.22% | 0.93% | - |
| XYZ | 59.36 | 54.57 | 88.29 | - |
| YUV | 198.52 | 150.28 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 185 | 238 | 0.12 | 0.22 | 0 | 0.07 | 268.3 | 0.61 | 0.83 |
| Hex | D2 | B9 | EE | C | 16 | 0 | 7 | 10C | 3D | 53 |
| Octal | 322 | 271 | 356 | 14 | 26 | 0 | 7 | 414 | 75 | 123 |
| Binary | 11010010 | 10111001 | 11101110 | 1100 | 10110 | 0 | 111 | 100001100 | 111101 | 1010011 |
Color Harmonies of #D2B9EE
Complementary color
Monochromatic Colors of #D2B9EE
Black with #D2B9EE
Text Example
Text Example
White with #D2B9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B9EE; }
p { color: rgb(210,185,238); }
H1.HeaderClassName
{
color: #D2B9EE;
}
.AnyTagClassName
{
color: #D2B9EE;
}
</style>
background-color css
<style>
a { background-color: #D2B9EE; }
a { background-color: rgb(210,185,238); }
div.DivClassName
{
background-color: #D2B9EE;
}
.BgClassName
{
background-color: #D2B9EE;
}
</style>
border-color css
<style>
span { border-color: #D2B9EE; }
span { border-color: rgb(210,185,238); }
td.TdClassName
{
border-color: #D2B9EE;
}
.TagClassName
{
border-color: #D2B9EE;
}
</style>