Shades of Fog #D2B9FD
Tints of Fog #D2B9FD
RGB
CMYK
RGB Variations
Color information
#D2B9FD (or 0xD2B9FD) is known color: Fog. HEX triplet: D2, B9 and FD. RGB value is (210,185,253). Sum of RGB (Red+Green+Blue) = 210+185+253=648 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.41% from 648); Green value is 185 (72.66% from 255 or 28.55% from 648); Blue value is 253 (99.22% from 255 or 39.04% from 648); Max value from RGB is 253 - color contains mainly: blue. Hex color #D2B9FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2B9FD is #2D4602. Grayscale: #C7C7C7. Windows color (decimal): -2967043 or 16628178. OLE color: 16628178.
HSL color Cylindrical-coordinate representation of color #D2B9FD: hue angle of 262.06º degrees, saturation: 0.94, 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 #D2B9FD is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 185 | 253 | - |
| CMYK | 0.17 | 0.27 | 0 | 0.01 |
| HSL | 262.06º | 0.94% | 0.86% | - |
| HSV(B) | 262.06º | 0.27% | 0.99% | - |
| XYZ | 61.66 | 55.49 | 100.39 | - |
| YUV | 200.23 | 157.78 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 185 | 253 | 0.17 | 0.27 | 0 | 0.01 | 262.06 | 0.94 | 0.86 |
| Hex | D2 | B9 | FD | 11 | 1B | 0 | 1 | 106 | 5E | 56 |
| Octal | 322 | 271 | 375 | 21 | 33 | 0 | 1 | 406 | 136 | 126 |
| Binary | 11010010 | 10111001 | 11111101 | 10001 | 11011 | 0 | 1 | 100000110 | 1011110 | 1010110 |
Color Harmonies of #D2B9FD
Complementary color
Monochromatic Colors of #D2B9FD
Black with #D2B9FD
Text Example
Text Example
White with #D2B9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B9FD; }
p { color: rgb(210,185,253); }
H1.HeaderClassName
{
color: #D2B9FD;
}
.AnyTagClassName
{
color: #D2B9FD;
}
</style>
background-color css
<style>
a { background-color: #D2B9FD; }
a { background-color: rgb(210,185,253); }
div.DivClassName
{
background-color: #D2B9FD;
}
.BgClassName
{
background-color: #D2B9FD;
}
</style>
border-color css
<style>
span { border-color: #D2B9FD; }
span { border-color: rgb(210,185,253); }
td.TdClassName
{
border-color: #D2B9FD;
}
.TagClassName
{
border-color: #D2B9FD;
}
</style>