Shades of Fog #D3BEEB
Tints of Fog #D3BEEB
RGB
CMYK
RGB Variations
Color information
#D3BEEB (or 0xD3BEEB) is known color: Fog. HEX triplet: D3, BE and EB. RGB value is (211,190,235). Sum of RGB (Red+Green+Blue) = 211+190+235=636 (84% of max value = 765). Red value is 211 (82.81% from 255 or 33.18% from 636); Green value is 190 (74.61% from 255 or 29.87% from 636); Blue value is 235 (92.19% from 255 or 36.95% from 636); Max value from RGB is 235 - color contains mainly: blue. Hex color #D3BEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3BEEB is #2C4114. Grayscale: #C9C9C9. Windows color (decimal): -2900245 or 15449811. OLE color: 15449811.
HSL color Cylindrical-coordinate representation of color #D3BEEB: hue angle of 268º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D3BEEB is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 190 | 235 | - |
| CMYK | 0.10 | 0.19 | 0 | 0.08 |
| HSL | 268º | 0.53% | 0.83% | - |
| HSV(B) | 268º | 0.19% | 0.92% | - |
| XYZ | 60.27 | 56.67 | 86.36 | - |
| YUV | 201.41 | 146.96 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 190 | 235 | 0.10 | 0.19 | 0 | 0.08 | 268 | 0.53 | 0.83 |
| Hex | D3 | BE | EB | A | 13 | 0 | 8 | 10C | 35 | 53 |
| Octal | 323 | 276 | 353 | 12 | 23 | 0 | 10 | 414 | 65 | 123 |
| Binary | 11010011 | 10111110 | 11101011 | 1010 | 10011 | 0 | 1000 | 100001100 | 110101 | 1010011 |
Color Harmonies of #D3BEEB
Complementary color
Monochromatic Colors of #D3BEEB
Black with #D3BEEB
Text Example
Text Example
White with #D3BEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BEEB; }
p { color: rgb(211,190,235); }
H1.HeaderClassName
{
color: #D3BEEB;
}
.AnyTagClassName
{
color: #D3BEEB;
}
</style>
background-color css
<style>
a { background-color: #D3BEEB; }
a { background-color: rgb(211,190,235); }
div.DivClassName
{
background-color: #D3BEEB;
}
.BgClassName
{
background-color: #D3BEEB;
}
</style>
border-color css
<style>
span { border-color: #D3BEEB; }
span { border-color: rgb(211,190,235); }
td.TdClassName
{
border-color: #D3BEEB;
}
.TagClassName
{
border-color: #D3BEEB;
}
</style>