Shades of Blue Chalk #E5C8EE
Tints of Blue Chalk #E5C8EE
RGB
CMYK
RGB Variations
Color information
#E5C8EE (or 0xE5C8EE) is known color: Blue Chalk. HEX triplet: E5, C8 and EE. RGB value is (229,200,238). Sum of RGB (Red+Green+Blue) = 229+200+238=667 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.33% from 667); Green value is 200 (78.52% from 255 or 29.99% from 667); Blue value is 238 (93.36% from 255 or 35.68% from 667); Max value from RGB is 238 - color contains mainly: blue. Hex color #E5C8EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5C8EE is #1A3711. Grayscale: #D4D4D4. Windows color (decimal): -1718034 or 15648997. OLE color: 15648997.
HSL color Cylindrical-coordinate representation of color #E5C8EE: hue angle of 285.79º degrees, saturation: 0.53, 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 #E5C8EE is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 200 | 238 | - |
| CMYK | 0.04 | 0.16 | 0 | 0.07 |
| HSL | 285.79º | 0.53% | 0.86% | - |
| HSV(B) | 285.79º | 0.16% | 0.93% | - |
| XYZ | 68.4 | 64.14 | 89.66 | - |
| YUV | 213 | 142.11 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 200 | 238 | 0.04 | 0.16 | 0 | 0.07 | 285.79 | 0.53 | 0.86 |
| Hex | E5 | C8 | EE | 4 | 10 | 0 | 7 | 11E | 35 | 56 |
| Octal | 345 | 310 | 356 | 4 | 20 | 0 | 7 | 436 | 65 | 126 |
| Binary | 11100101 | 11001000 | 11101110 | 100 | 10000 | 0 | 111 | 100011110 | 110101 | 1010110 |
Color Harmonies of #E5C8EE
Complementary color
Monochromatic Colors of #E5C8EE
Black with #E5C8EE
Text Example
Text Example
White with #E5C8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C8EE; }
p { color: rgb(229,200,238); }
H1.HeaderClassName
{
color: #E5C8EE;
}
.AnyTagClassName
{
color: #E5C8EE;
}
</style>
background-color css
<style>
a { background-color: #E5C8EE; }
a { background-color: rgb(229,200,238); }
div.DivClassName
{
background-color: #E5C8EE;
}
.BgClassName
{
background-color: #E5C8EE;
}
</style>
border-color css
<style>
span { border-color: #E5C8EE; }
span { border-color: rgb(229,200,238); }
td.TdClassName
{
border-color: #E5C8EE;
}
.TagClassName
{
border-color: #E5C8EE;
}
</style>