Shades of Blue Chalk #E3D9E6
Tints of Blue Chalk #E3D9E6
RGB
CMYK
RGB Variations
Color information
#E3D9E6 (or 0xE3D9E6) is known color: Blue Chalk. HEX triplet: E3, D9 and E6. RGB value is (227,217,230). Sum of RGB (Red+Green+Blue) = 227+217+230=674 (89% of max value = 765). Red value is 227 (89.06% from 255 or 33.68% from 674); Green value is 217 (85.16% from 255 or 32.20% from 674); Blue value is 230 (90.23% from 255 or 34.12% from 674); Max value from RGB is 230 - color contains mainly: blue. Hex color #E3D9E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3D9E6 is #1C2619. Grayscale: #DDDDDD. Windows color (decimal): -1844762 or 15129059. OLE color: 15129059.
HSL color Cylindrical-coordinate representation of color #E3D9E6: hue angle of 286.15º degrees, saturation: 0.21, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E3D9E6 is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 227 | 217 | 230 | - |
| CMYK | 0.01 | 0.06 | 0 | 0.10 |
| HSL | 286.15º | 0.21% | 0.88% | - |
| HSV(B) | 286.15º | 0.06% | 0.9% | - |
| XYZ | 70.77 | 71.67 | 84.97 | - |
| YUV | 221.47 | 132.81 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 217 | 230 | 0.01 | 0.06 | 0 | 0.10 | 286.15 | 0.21 | 0.88 |
| Hex | E3 | D9 | E6 | 1 | 6 | 0 | A | 11E | 15 | 58 |
| Octal | 343 | 331 | 346 | 1 | 6 | 0 | 12 | 436 | 25 | 130 |
| Binary | 11100011 | 11011001 | 11100110 | 1 | 110 | 0 | 1010 | 100011110 | 10101 | 1011000 |
Color Harmonies of #E3D9E6
Complementary color
Monochromatic Colors of #E3D9E6
Black with #E3D9E6
Text Example
Text Example
White with #E3D9E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D9E6; }
p { color: rgb(227,217,230); }
H1.HeaderClassName
{
color: #E3D9E6;
}
.AnyTagClassName
{
color: #E3D9E6;
}
</style>
background-color css
<style>
a { background-color: #E3D9E6; }
a { background-color: rgb(227,217,230); }
div.DivClassName
{
background-color: #E3D9E6;
}
.BgClassName
{
background-color: #E3D9E6;
}
</style>
border-color css
<style>
span { border-color: #E3D9E6; }
span { border-color: rgb(227,217,230); }
td.TdClassName
{
border-color: #E3D9E6;
}
.TagClassName
{
border-color: #E3D9E6;
}
</style>