Shades of Fog #D3BEE9
Tints of Fog #D3BEE9
RGB
CMYK
RGB Variations
Color information
#D3BEE9 (or 0xD3BEE9) is known color: Fog. HEX triplet: D3, BE and E9. RGB value is (211,190,233). Sum of RGB (Red+Green+Blue) = 211+190+233=634 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.28% from 634); Green value is 190 (74.61% from 255 or 29.97% from 634); Blue value is 233 (91.41% from 255 or 36.75% from 634); Max value from RGB is 233 - color contains mainly: blue. Hex color #D3BEE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3BEE9 is #2C4116. Grayscale: #C9C9C9. Windows color (decimal): -2900247 or 15318739. OLE color: 15318739.
HSL color Cylindrical-coordinate representation of color #D3BEE9: hue angle of 269.3º degrees, saturation: 0.49, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D3BEE9 is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 211 | 190 | 233 | - |
| CMYK | 0.09 | 0.18 | 0 | 0.09 |
| HSL | 269.3º | 0.49% | 0.83% | - |
| HSV(B) | 269.3º | 0.18% | 0.91% | - |
| XYZ | 59.99 | 56.56 | 84.85 | - |
| YUV | 201.18 | 145.96 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 190 | 233 | 0.09 | 0.18 | 0 | 0.09 | 269.3 | 0.49 | 0.83 |
| Hex | D3 | BE | E9 | 9 | 12 | 0 | 9 | 10D | 31 | 53 |
| Octal | 323 | 276 | 351 | 11 | 22 | 0 | 11 | 415 | 61 | 123 |
| Binary | 11010011 | 10111110 | 11101001 | 1001 | 10010 | 0 | 1001 | 100001101 | 110001 | 1010011 |
Color Harmonies of #D3BEE9
Complementary color
Monochromatic Colors of #D3BEE9
Black with #D3BEE9
Text Example
Text Example
White with #D3BEE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BEE9; }
p { color: rgb(211,190,233); }
H1.HeaderClassName
{
color: #D3BEE9;
}
.AnyTagClassName
{
color: #D3BEE9;
}
</style>
background-color css
<style>
a { background-color: #D3BEE9; }
a { background-color: rgb(211,190,233); }
div.DivClassName
{
background-color: #D3BEE9;
}
.BgClassName
{
background-color: #D3BEE9;
}
</style>
border-color css
<style>
span { border-color: #D3BEE9; }
span { border-color: rgb(211,190,233); }
td.TdClassName
{
border-color: #D3BEE9;
}
.TagClassName
{
border-color: #D3BEE9;
}
</style>