Shades of Fog #D2BDE3
Tints of Fog #D2BDE3
RGB
CMYK
RGB Variations
Color information
#D2BDE3 (or 0xD2BDE3) is known color: Fog. HEX triplet: D2, BD and E3. RGB value is (210,189,227). Sum of RGB (Red+Green+Blue) = 210+189+227=626 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.55% from 626); Green value is 189 (74.22% from 255 or 30.19% from 626); Blue value is 227 (89.06% from 255 or 36.26% from 626); Max value from RGB is 227 - color contains mainly: blue. Hex color #D2BDE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BDE3 is #2D421C. Grayscale: #C7C7C7. Windows color (decimal): -2966045 or 14925266. OLE color: 14925266.
HSL color Cylindrical-coordinate representation of color #D2BDE3: hue angle of 273.16º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2BDE3 is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 210 | 189 | 227 | - |
| CMYK | 0.07 | 0.17 | 0 | 0.11 |
| HSL | 273.16º | 0.4% | 0.82% | - |
| HSV(B) | 273.16º | 0.17% | 0.89% | - |
| XYZ | 58.64 | 55.64 | 80.32 | - |
| YUV | 199.61 | 143.46 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 189 | 227 | 0.07 | 0.17 | 0 | 0.11 | 273.16 | 0.4 | 0.82 |
| Hex | D2 | BD | E3 | 7 | 11 | 0 | B | 111 | 28 | 52 |
| Octal | 322 | 275 | 343 | 7 | 21 | 0 | 13 | 421 | 50 | 122 |
| Binary | 11010010 | 10111101 | 11100011 | 111 | 10001 | 0 | 1011 | 100010001 | 101000 | 1010010 |
Color Harmonies of #D2BDE3
Complementary color
Monochromatic Colors of #D2BDE3
Black with #D2BDE3
Text Example
Text Example
White with #D2BDE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BDE3; }
p { color: rgb(210,189,227); }
H1.HeaderClassName
{
color: #D2BDE3;
}
.AnyTagClassName
{
color: #D2BDE3;
}
</style>
background-color css
<style>
a { background-color: #D2BDE3; }
a { background-color: rgb(210,189,227); }
div.DivClassName
{
background-color: #D2BDE3;
}
.BgClassName
{
background-color: #D2BDE3;
}
</style>
border-color css
<style>
span { border-color: #D2BDE3; }
span { border-color: rgb(210,189,227); }
td.TdClassName
{
border-color: #D2BDE3;
}
.TagClassName
{
border-color: #D2BDE3;
}
</style>