Shades of Blue Chalk #E3D9EA
Tints of Blue Chalk #E3D9EA
RGB
CMYK
RGB Variations
Color information
#E3D9EA (or 0xE3D9EA) is known color: Blue Chalk. HEX triplet: E3, D9 and EA. RGB value is (227,217,234). Sum of RGB (Red+Green+Blue) = 227+217+234=678 (89% of max value = 765). Red value is 227 (89.06% from 255 or 33.48% from 678); Green value is 217 (85.16% from 255 or 32.01% from 678); Blue value is 234 (91.80% from 255 or 34.51% from 678); Max value from RGB is 234 - color contains mainly: blue. Hex color #E3D9EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3D9EA is #1C2615. Grayscale: #DDDDDD. Windows color (decimal): -1844758 or 15391203. OLE color: 15391203.
HSL color Cylindrical-coordinate representation of color #E3D9EA: hue angle of 275.29º degrees, saturation: 0.29, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E3D9EA is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 227 | 217 | 234 | - |
| CMYK | 0.03 | 0.07 | 0 | 0.08 |
| HSL | 275.29º | 0.29% | 0.88% | - |
| HSV(B) | 275.29º | 0.07% | 0.92% | - |
| XYZ | 71.34 | 71.9 | 87.96 | - |
| YUV | 221.93 | 134.81 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 217 | 234 | 0.03 | 0.07 | 0 | 0.08 | 275.29 | 0.29 | 0.88 |
| Hex | E3 | D9 | EA | 3 | 7 | 0 | 8 | 113 | 1D | 58 |
| Octal | 343 | 331 | 352 | 3 | 7 | 0 | 10 | 423 | 35 | 130 |
| Binary | 11100011 | 11011001 | 11101010 | 11 | 111 | 0 | 1000 | 100010011 | 11101 | 1011000 |
Color Harmonies of #E3D9EA
Complementary color
Monochromatic Colors of #E3D9EA
Black with #E3D9EA
Text Example
Text Example
White with #E3D9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D9EA; }
p { color: rgb(227,217,234); }
H1.HeaderClassName
{
color: #E3D9EA;
}
.AnyTagClassName
{
color: #E3D9EA;
}
</style>
background-color css
<style>
a { background-color: #E3D9EA; }
a { background-color: rgb(227,217,234); }
div.DivClassName
{
background-color: #E3D9EA;
}
.BgClassName
{
background-color: #E3D9EA;
}
</style>
border-color css
<style>
span { border-color: #E3D9EA; }
span { border-color: rgb(227,217,234); }
td.TdClassName
{
border-color: #E3D9EA;
}
.TagClassName
{
border-color: #E3D9EA;
}
</style>