Shades of Blue Chalk #E3DEE5
Tints of Blue Chalk #E3DEE5
RGB
CMYK
RGB Variations
Color information
#E3DEE5 (or 0xE3DEE5) is known color: Blue Chalk. HEX triplet: E3, DE and E5. RGB value is (227,222,229). Sum of RGB (Red+Green+Blue) = 227+222+229=678 (89% of max value = 765). Red value is 227 (89.06% from 255 or 33.48% from 678); Green value is 222 (87.11% from 255 or 32.74% from 678); Blue value is 229 (89.84% from 255 or 33.78% from 678); Max value from RGB is 229 - color contains mainly: blue. Hex color #E3DEE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3DEE5 is #1C211A. Grayscale: #E0E0E0. Windows color (decimal): -1843483 or 15064803. OLE color: 15064803.
HSL color Cylindrical-coordinate representation of color #E3DEE5: hue angle of 282.86º degrees, saturation: 0.12, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E3DEE5 is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 227 | 222 | 229 | - |
| CMYK | 0.01 | 0.03 | 0 | 0.10 |
| HSL | 282.86º | 0.12% | 0.88% | - |
| HSV(B) | 282.86º | 0.03% | 0.9% | - |
| XYZ | 71.94 | 74.23 | 84.66 | - |
| YUV | 224.29 | 130.66 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 222 | 229 | 0.01 | 0.03 | 0 | 0.10 | 282.86 | 0.12 | 0.88 |
| Hex | E3 | DE | E5 | 1 | 3 | 0 | A | 11B | C | 58 |
| Octal | 343 | 336 | 345 | 1 | 3 | 0 | 12 | 433 | 14 | 130 |
| Binary | 11100011 | 11011110 | 11100101 | 1 | 11 | 0 | 1010 | 100011011 | 1100 | 1011000 |
Color Harmonies of #E3DEE5
Complementary color
Monochromatic Colors of #E3DEE5
Black with #E3DEE5
Text Example
Text Example
White with #E3DEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DEE5; }
p { color: rgb(227,222,229); }
H1.HeaderClassName
{
color: #E3DEE5;
}
.AnyTagClassName
{
color: #E3DEE5;
}
</style>
background-color css
<style>
a { background-color: #E3DEE5; }
a { background-color: rgb(227,222,229); }
div.DivClassName
{
background-color: #E3DEE5;
}
.BgClassName
{
background-color: #E3DEE5;
}
</style>
border-color css
<style>
span { border-color: #E3DEE5; }
span { border-color: rgb(227,222,229); }
td.TdClassName
{
border-color: #E3DEE5;
}
.TagClassName
{
border-color: #E3DEE5;
}
</style>