Shades of Blue Chalk #E5C9EF
Tints of Blue Chalk #E5C9EF
RGB
CMYK
RGB Variations
Color information
#E5C9EF (or 0xE5C9EF) is known color: Blue Chalk. HEX triplet: E5, C9 and EF. RGB value is (229,201,239). Sum of RGB (Red+Green+Blue) = 229+201+239=669 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.23% from 669); Green value is 201 (78.91% from 255 or 30.04% from 669); Blue value is 239 (93.75% from 255 or 35.72% from 669); Max value from RGB is 239 - color contains mainly: blue. Hex color #E5C9EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5C9EF is #1A3610. Grayscale: #D5D5D5. Windows color (decimal): -1717777 or 15714789. OLE color: 15714789.
HSL color Cylindrical-coordinate representation of color #E5C9EF: hue angle of 284.21º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E5C9EF is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 229 | 201 | 239 | - |
| CMYK | 0.04 | 0.16 | 0 | 0.06 |
| HSL | 284.21º | 0.54% | 0.86% | - |
| HSV(B) | 284.21º | 0.16% | 0.94% | - |
| XYZ | 68.78 | 64.66 | 90.52 | - |
| YUV | 213.7 | 142.28 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 201 | 239 | 0.04 | 0.16 | 0 | 0.06 | 284.21 | 0.54 | 0.86 |
| Hex | E5 | C9 | EF | 4 | 10 | 0 | 6 | 11C | 36 | 56 |
| Octal | 345 | 311 | 357 | 4 | 20 | 0 | 6 | 434 | 66 | 126 |
| Binary | 11100101 | 11001001 | 11101111 | 100 | 10000 | 0 | 110 | 100011100 | 110110 | 1010110 |
Color Harmonies of #E5C9EF
Complementary color
Monochromatic Colors of #E5C9EF
Black with #E5C9EF
Text Example
Text Example
White with #E5C9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C9EF; }
p { color: rgb(229,201,239); }
H1.HeaderClassName
{
color: #E5C9EF;
}
.AnyTagClassName
{
color: #E5C9EF;
}
</style>
background-color css
<style>
a { background-color: #E5C9EF; }
a { background-color: rgb(229,201,239); }
div.DivClassName
{
background-color: #E5C9EF;
}
.BgClassName
{
background-color: #E5C9EF;
}
</style>
border-color css
<style>
span { border-color: #E5C9EF; }
span { border-color: rgb(229,201,239); }
td.TdClassName
{
border-color: #E5C9EF;
}
.TagClassName
{
border-color: #E5C9EF;
}
</style>