Shades of Blue Chalk #E2D9EB
Tints of Blue Chalk #E2D9EB
RGB
CMYK
RGB Variations
Color information
#E2D9EB (or 0xE2D9EB) is known color: Blue Chalk. HEX triplet: E2, D9 and EB. RGB value is (226,217,235). Sum of RGB (Red+Green+Blue) = 226+217+235=678 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.33% from 678); Green value is 217 (85.16% from 255 or 32.01% from 678); Blue value is 235 (92.19% from 255 or 34.66% from 678); Max value from RGB is 235 - color contains mainly: blue. Hex color #E2D9EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2D9EB is #1D2614. Grayscale: #DDDDDD. Windows color (decimal): -1910293 or 15456738. OLE color: 15456738.
HSL color Cylindrical-coordinate representation of color #E2D9EB: hue angle of 270º degrees, saturation: 0.31, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E2D9EB is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 226 | 217 | 235 | - |
CMYK | 0.04 | 0.08 | 0 | 0.08 |
HSL | 270º | 0.31% | 0.89% | - |
HSV(B) | 270º | 0.08% | 0.92% | - |
XYZ | 71.17 | 71.79 | 88.7 | - |
YUV | 221.74 | 135.48 | 131.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 217 | 235 | 0.04 | 0.08 | 0 | 0.08 | 270 | 0.31 | 0.89 |
Hex | E2 | D9 | EB | 4 | 8 | 0 | 8 | 10E | 1F | 59 |
Octal | 342 | 331 | 353 | 4 | 10 | 0 | 10 | 416 | 37 | 131 |
Binary | 11100010 | 11011001 | 11101011 | 100 | 1000 | 0 | 1000 | 100001110 | 11111 | 1011001 |
Color Harmonies of #E2D9EB
Complementary color
Monochromatic Colors of #E2D9EB
Black with #E2D9EB
Text Example
Text Example
White with #E2D9EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D9EB; }
p { color: rgb(226,217,235); }
H1.HeaderClassName
{
color: #E2D9EB;
}
.AnyTagClassName
{
color: #E2D9EB;
}
</style>
background-color css
<style>
a { background-color: #E2D9EB; }
a { background-color: rgb(226,217,235); }
div.DivClassName
{
background-color: #E2D9EB;
}
.BgClassName
{
background-color: #E2D9EB;
}
</style>
border-color css
<style>
span { border-color: #E2D9EB; }
span { border-color: rgb(226,217,235); }
td.TdClassName
{
border-color: #E2D9EB;
}
.TagClassName
{
border-color: #E2D9EB;
}
</style>