Shades of Fog #D2BDF6
Tints of Fog #D2BDF6
RGB
CMYK
RGB Variations
Color information
#D2BDF6 (or 0xD2BDF6) is known color: Fog. HEX triplet: D2, BD and F6. RGB value is (210,189,246). Sum of RGB (Red+Green+Blue) = 210+189+246=645 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.56% from 645); Green value is 189 (74.22% from 255 or 29.30% from 645); Blue value is 246 (96.48% from 255 or 38.14% from 645); Max value from RGB is 246 - color contains mainly: blue. Hex color #D2BDF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2BDF6 is #2D4209. Grayscale: #C9C9C9. Windows color (decimal): -2966026 or 16170450. OLE color: 16170450.
HSL color Cylindrical-coordinate representation of color #D2BDF6: hue angle of 262.11º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D2BDF6 is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 210 | 189 | 246 | - |
| CMYK | 0.15 | 0.23 | 0 | 0.04 |
| HSL | 262.11º | 0.76% | 0.85% | - |
| HSV(B) | 262.11º | 0.23% | 0.96% | - |
| XYZ | 61.41 | 56.75 | 94.91 | - |
| YUV | 201.78 | 152.96 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 189 | 246 | 0.15 | 0.23 | 0 | 0.04 | 262.11 | 0.76 | 0.85 |
| Hex | D2 | BD | F6 | F | 17 | 0 | 4 | 106 | 4C | 55 |
| Octal | 322 | 275 | 366 | 17 | 27 | 0 | 4 | 406 | 114 | 125 |
| Binary | 11010010 | 10111101 | 11110110 | 1111 | 10111 | 0 | 100 | 100000110 | 1001100 | 1010101 |
Color Harmonies of #D2BDF6
Complementary color
Monochromatic Colors of #D2BDF6
Black with #D2BDF6
Text Example
Text Example
White with #D2BDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BDF6; }
p { color: rgb(210,189,246); }
H1.HeaderClassName
{
color: #D2BDF6;
}
.AnyTagClassName
{
color: #D2BDF6;
}
</style>
background-color css
<style>
a { background-color: #D2BDF6; }
a { background-color: rgb(210,189,246); }
div.DivClassName
{
background-color: #D2BDF6;
}
.BgClassName
{
background-color: #D2BDF6;
}
</style>
border-color css
<style>
span { border-color: #D2BDF6; }
span { border-color: rgb(210,189,246); }
td.TdClassName
{
border-color: #D2BDF6;
}
.TagClassName
{
border-color: #D2BDF6;
}
</style>