Shades of Blue Chalk #E2D9E5
Tints of Blue Chalk #E2D9E5
RGB
CMYK
RGB Variations
Color information
#E2D9E5 (or 0xE2D9E5) is known color: Blue Chalk. HEX triplet: E2, D9 and E5. RGB value is (226,217,229). Sum of RGB (Red+Green+Blue) = 226+217+229=672 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.63% from 672); Green value is 217 (85.16% from 255 or 32.29% from 672); Blue value is 229 (89.84% from 255 or 34.08% from 672); Max value from RGB is 229 - color contains mainly: blue. Hex color #E2D9E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2D9E5 is #1D261A. Grayscale: #DDDDDD. Windows color (decimal): -1910299 or 15063522. OLE color: 15063522.
HSL color Cylindrical-coordinate representation of color #E2D9E5: hue angle of 285º degrees, saturation: 0.19, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E2D9E5 is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 226 | 217 | 229 | - |
CMYK | 0.01 | 0.05 | 0 | 0.10 |
HSL | 285º | 0.19% | 0.87% | - |
HSV(B) | 285º | 0.05% | 0.9% | - |
XYZ | 70.32 | 71.45 | 84.21 | - |
YUV | 221.06 | 132.48 | 131.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 217 | 229 | 0.01 | 0.05 | 0 | 0.10 | 285 | 0.19 | 0.87 |
Hex | E2 | D9 | E5 | 1 | 5 | 0 | A | 11D | 13 | 57 |
Octal | 342 | 331 | 345 | 1 | 5 | 0 | 12 | 435 | 23 | 127 |
Binary | 11100010 | 11011001 | 11100101 | 1 | 101 | 0 | 1010 | 100011101 | 10011 | 1010111 |
Color Harmonies of #E2D9E5
Complementary color
Monochromatic Colors of #E2D9E5
Black with #E2D9E5
Text Example
Text Example
White with #E2D9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D9E5; }
p { color: rgb(226,217,229); }
H1.HeaderClassName
{
color: #E2D9E5;
}
.AnyTagClassName
{
color: #E2D9E5;
}
</style>
background-color css
<style>
a { background-color: #E2D9E5; }
a { background-color: rgb(226,217,229); }
div.DivClassName
{
background-color: #E2D9E5;
}
.BgClassName
{
background-color: #E2D9E5;
}
</style>
border-color css
<style>
span { border-color: #E2D9E5; }
span { border-color: rgb(226,217,229); }
td.TdClassName
{
border-color: #E2D9E5;
}
.TagClassName
{
border-color: #E2D9E5;
}
</style>