Shades of Blue Chalk #E3D0EC
Tints of Blue Chalk #E3D0EC
RGB
CMYK
RGB Variations
Color information
#E3D0EC (or 0xE3D0EC) is known color: Blue Chalk. HEX triplet: E3, D0 and EC. RGB value is (227,208,236). Sum of RGB (Red+Green+Blue) = 227+208+236=671 (88% of max value = 765). Red value is 227 (89.06% from 255 or 33.83% from 671); Green value is 208 (81.64% from 255 or 31.00% from 671); Blue value is 236 (92.58% from 255 or 35.17% from 671); Max value from RGB is 236 - color contains mainly: blue. Hex color #E3D0EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3D0EC is #1C2F13. Grayscale: #D8D8D8. Windows color (decimal): -1847060 or 15519971. OLE color: 15519971.
HSL color Cylindrical-coordinate representation of color #E3D0EC: hue angle of 280.71º degrees, saturation: 0.42, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E3D0EC is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 208 | 236 | - |
| CMYK | 0.04 | 0.12 | 0 | 0.07 |
| HSL | 280.71º | 0.42% | 0.87% | - |
| HSV(B) | 280.71º | 0.12% | 0.93% | - |
| XYZ | 69.37 | 67.5 | 88.73 | - |
| YUV | 216.87 | 138.79 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 208 | 236 | 0.04 | 0.12 | 0 | 0.07 | 280.71 | 0.42 | 0.87 |
| Hex | E3 | D0 | EC | 4 | C | 0 | 7 | 119 | 2A | 57 |
| Octal | 343 | 320 | 354 | 4 | 14 | 0 | 7 | 431 | 52 | 127 |
| Binary | 11100011 | 11010000 | 11101100 | 100 | 1100 | 0 | 111 | 100011001 | 101010 | 1010111 |
Color Harmonies of #E3D0EC
Complementary color
Monochromatic Colors of #E3D0EC
Black with #E3D0EC
Text Example
Text Example
White with #E3D0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D0EC; }
p { color: rgb(227,208,236); }
H1.HeaderClassName
{
color: #E3D0EC;
}
.AnyTagClassName
{
color: #E3D0EC;
}
</style>
background-color css
<style>
a { background-color: #E3D0EC; }
a { background-color: rgb(227,208,236); }
div.DivClassName
{
background-color: #E3D0EC;
}
.BgClassName
{
background-color: #E3D0EC;
}
</style>
border-color css
<style>
span { border-color: #E3D0EC; }
span { border-color: rgb(227,208,236); }
td.TdClassName
{
border-color: #E3D0EC;
}
.TagClassName
{
border-color: #E3D0EC;
}
</style>