Shades of Blue Chalk #E5C9EE
Tints of Blue Chalk #E5C9EE
RGB
CMYK
RGB Variations
Color information
#E5C9EE (or 0xE5C9EE) is known color: Blue Chalk. HEX triplet: E5, C9 and EE. RGB value is (229,201,238). Sum of RGB (Red+Green+Blue) = 229+201+238=668 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.28% from 668); Green value is 201 (78.91% from 255 or 30.09% from 668); Blue value is 238 (93.36% from 255 or 35.63% from 668); Max value from RGB is 238 - color contains mainly: blue. Hex color #E5C9EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5C9EE is #1A3611. Grayscale: #D5D5D5. Windows color (decimal): -1717778 or 15649253. OLE color: 15649253.
HSL color Cylindrical-coordinate representation of color #E5C9EE: hue angle of 285.41º degrees, saturation: 0.52, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E5C9EE is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 201 | 238 | - |
| CMYK | 0.04 | 0.16 | 0 | 0.07 |
| HSL | 285.41º | 0.52% | 0.86% | - |
| HSV(B) | 285.41º | 0.16% | 0.93% | - |
| XYZ | 68.63 | 64.6 | 89.74 | - |
| YUV | 213.59 | 141.78 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 201 | 238 | 0.04 | 0.16 | 0 | 0.07 | 285.41 | 0.52 | 0.86 |
| Hex | E5 | C9 | EE | 4 | 10 | 0 | 7 | 11D | 34 | 56 |
| Octal | 345 | 311 | 356 | 4 | 20 | 0 | 7 | 435 | 64 | 126 |
| Binary | 11100101 | 11001001 | 11101110 | 100 | 10000 | 0 | 111 | 100011101 | 110100 | 1010110 |
Color Harmonies of #E5C9EE
Complementary color
Monochromatic Colors of #E5C9EE
Black with #E5C9EE
Text Example
Text Example
White with #E5C9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C9EE; }
p { color: rgb(229,201,238); }
H1.HeaderClassName
{
color: #E5C9EE;
}
.AnyTagClassName
{
color: #E5C9EE;
}
</style>
background-color css
<style>
a { background-color: #E5C9EE; }
a { background-color: rgb(229,201,238); }
div.DivClassName
{
background-color: #E5C9EE;
}
.BgClassName
{
background-color: #E5C9EE;
}
</style>
border-color css
<style>
span { border-color: #E5C9EE; }
span { border-color: rgb(229,201,238); }
td.TdClassName
{
border-color: #E5C9EE;
}
.TagClassName
{
border-color: #E5C9EE;
}
</style>