Shades of Blue Chalk #E3D7E9
Tints of Blue Chalk #E3D7E9
RGB
CMYK
RGB Variations
Color information
#E3D7E9 (or 0xE3D7E9) is known color: Blue Chalk. HEX triplet: E3, D7 and E9. RGB value is (227,215,233). Sum of RGB (Red+Green+Blue) = 227+215+233=675 (89% of max value = 765). Red value is 227 (89.06% from 255 or 33.63% from 675); Green value is 215 (84.38% from 255 or 31.85% from 675); Blue value is 233 (91.41% from 255 or 34.52% from 675); Max value from RGB is 233 - color contains mainly: blue. Hex color #E3D7E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3D7E9 is #1C2816. Grayscale: #DCDCDC. Windows color (decimal): -1845271 or 15325155. OLE color: 15325155.
HSL color Cylindrical-coordinate representation of color #E3D7E9: hue angle of 280º degrees, saturation: 0.29, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E3D7E9 is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 227 | 215 | 233 | - |
| CMYK | 0.03 | 0.08 | 0 | 0.09 |
| HSL | 280º | 0.29% | 0.88% | - |
| HSV(B) | 280º | 0.08% | 0.91% | - |
| XYZ | 70.69 | 70.81 | 87.03 | - |
| YUV | 220.64 | 134.98 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 215 | 233 | 0.03 | 0.08 | 0 | 0.09 | 280 | 0.29 | 0.88 |
| Hex | E3 | D7 | E9 | 3 | 8 | 0 | 9 | 118 | 1D | 58 |
| Octal | 343 | 327 | 351 | 3 | 10 | 0 | 11 | 430 | 35 | 130 |
| Binary | 11100011 | 11010111 | 11101001 | 11 | 1000 | 0 | 1001 | 100011000 | 11101 | 1011000 |
Color Harmonies of #E3D7E9
Complementary color
Monochromatic Colors of #E3D7E9
Black with #E3D7E9
Text Example
Text Example
White with #E3D7E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D7E9; }
p { color: rgb(227,215,233); }
H1.HeaderClassName
{
color: #E3D7E9;
}
.AnyTagClassName
{
color: #E3D7E9;
}
</style>
background-color css
<style>
a { background-color: #E3D7E9; }
a { background-color: rgb(227,215,233); }
div.DivClassName
{
background-color: #E3D7E9;
}
.BgClassName
{
background-color: #E3D7E9;
}
</style>
border-color css
<style>
span { border-color: #E3D7E9; }
span { border-color: rgb(227,215,233); }
td.TdClassName
{
border-color: #E3D7E9;
}
.TagClassName
{
border-color: #E3D7E9;
}
</style>