Shades of Blue Chalk #E5C5EF
Tints of Blue Chalk #E5C5EF
RGB
CMYK
RGB Variations
Color information
#E5C5EF (or 0xE5C5EF) is known color: Blue Chalk. HEX triplet: E5, C5 and EF. RGB value is (229,197,239). Sum of RGB (Red+Green+Blue) = 229+197+239=665 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.44% from 665); Green value is 197 (77.34% from 255 or 29.62% from 665); Blue value is 239 (93.75% from 255 or 35.94% from 665); Max value from RGB is 239 - color contains mainly: blue. Hex color #E5C5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5C5EF is #1A3A10. Grayscale: #D3D3D3. Windows color (decimal): -1718801 or 15713765. OLE color: 15713765.
HSL color Cylindrical-coordinate representation of color #E5C5EF: hue angle of 285.71º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E5C5EF is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 229 | 197 | 239 | - |
| CMYK | 0.04 | 0.18 | 0 | 0.06 |
| HSL | 285.71º | 0.57% | 0.85% | - |
| HSV(B) | 285.71º | 0.18% | 0.94% | - |
| XYZ | 67.86 | 62.82 | 90.21 | - |
| YUV | 211.36 | 143.6 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 197 | 239 | 0.04 | 0.18 | 0 | 0.06 | 285.71 | 0.57 | 0.85 |
| Hex | E5 | C5 | EF | 4 | 12 | 0 | 6 | 11E | 39 | 55 |
| Octal | 345 | 305 | 357 | 4 | 22 | 0 | 6 | 436 | 71 | 125 |
| Binary | 11100101 | 11000101 | 11101111 | 100 | 10010 | 0 | 110 | 100011110 | 111001 | 1010101 |
Color Harmonies of #E5C5EF
Complementary color
Monochromatic Colors of #E5C5EF
Black with #E5C5EF
Text Example
Text Example
White with #E5C5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C5EF; }
p { color: rgb(229,197,239); }
H1.HeaderClassName
{
color: #E5C5EF;
}
.AnyTagClassName
{
color: #E5C5EF;
}
</style>
background-color css
<style>
a { background-color: #E5C5EF; }
a { background-color: rgb(229,197,239); }
div.DivClassName
{
background-color: #E5C5EF;
}
.BgClassName
{
background-color: #E5C5EF;
}
</style>
border-color css
<style>
span { border-color: #E5C5EF; }
span { border-color: rgb(229,197,239); }
td.TdClassName
{
border-color: #E5C5EF;
}
.TagClassName
{
border-color: #E5C5EF;
}
</style>