Shades of Fog #D3BEE2
Tints of Fog #D3BEE2
RGB
CMYK
RGB Variations
Color information
#D3BEE2 (or 0xD3BEE2) is known color: Fog. HEX triplet: D3, BE and E2. RGB value is (211,190,226). Sum of RGB (Red+Green+Blue) = 211+190+226=627 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.65% from 627); Green value is 190 (74.61% from 255 or 30.30% from 627); Blue value is 226 (88.67% from 255 or 36.04% from 627); Max value from RGB is 226 - color contains mainly: blue. Hex color #D3BEE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BEE2 is #2C411D. Grayscale: #C8C8C8. Windows color (decimal): -2900254 or 14859987. OLE color: 14859987.
HSL color Cylindrical-coordinate representation of color #D3BEE2: hue angle of 275º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D3BEE2 is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 211 | 190 | 226 | - |
| CMYK | 0.07 | 0.16 | 0 | 0.11 |
| HSL | 275º | 0.38% | 0.82% | - |
| HSV(B) | 275º | 0.16% | 0.89% | - |
| XYZ | 59 | 56.17 | 79.68 | - |
| YUV | 200.38 | 142.46 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 190 | 226 | 0.07 | 0.16 | 0 | 0.11 | 275 | 0.38 | 0.82 |
| Hex | D3 | BE | E2 | 7 | 10 | 0 | B | 113 | 26 | 52 |
| Octal | 323 | 276 | 342 | 7 | 20 | 0 | 13 | 423 | 46 | 122 |
| Binary | 11010011 | 10111110 | 11100010 | 111 | 10000 | 0 | 1011 | 100010011 | 100110 | 1010010 |
Color Harmonies of #D3BEE2
Complementary color
Monochromatic Colors of #D3BEE2
Black with #D3BEE2
Text Example
Text Example
White with #D3BEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BEE2; }
p { color: rgb(211,190,226); }
H1.HeaderClassName
{
color: #D3BEE2;
}
.AnyTagClassName
{
color: #D3BEE2;
}
</style>
background-color css
<style>
a { background-color: #D3BEE2; }
a { background-color: rgb(211,190,226); }
div.DivClassName
{
background-color: #D3BEE2;
}
.BgClassName
{
background-color: #D3BEE2;
}
</style>
border-color css
<style>
span { border-color: #D3BEE2; }
span { border-color: rgb(211,190,226); }
td.TdClassName
{
border-color: #D3BEE2;
}
.TagClassName
{
border-color: #D3BEE2;
}
</style>