Shades of Blue Chalk #E8CAEF
Tints of Blue Chalk #E8CAEF
RGB
CMYK
RGB Variations
Color information
#E8CAEF (or 0xE8CAEF) is known color: Blue Chalk. HEX triplet: E8, CA and EF. RGB value is (232,202,239). Sum of RGB (Red+Green+Blue) = 232+202+239=673 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.47% from 673); Green value is 202 (79.30% from 255 or 30.01% from 673); Blue value is 239 (93.75% from 255 or 35.51% from 673); Max value from RGB is 239 - color contains mainly: blue. Hex color #E8CAEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8CAEF is #173510. Grayscale: #D7D7D7. Windows color (decimal): -1520913 or 15715048. OLE color: 15715048.
HSL color Cylindrical-coordinate representation of color #E8CAEF: hue angle of 288.65º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E8CAEF is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 232 | 202 | 239 | - |
| CMYK | 0.03 | 0.15 | 0 | 0.06 |
| HSL | 288.65º | 0.54% | 0.86% | - |
| HSV(B) | 288.65º | 0.15% | 0.94% | - |
| XYZ | 69.98 | 65.63 | 90.64 | - |
| YUV | 215.19 | 141.44 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 202 | 239 | 0.03 | 0.15 | 0 | 0.06 | 288.65 | 0.54 | 0.86 |
| Hex | E8 | CA | EF | 3 | F | 0 | 6 | 121 | 36 | 56 |
| Octal | 350 | 312 | 357 | 3 | 17 | 0 | 6 | 441 | 66 | 126 |
| Binary | 11101000 | 11001010 | 11101111 | 11 | 1111 | 0 | 110 | 100100001 | 110110 | 1010110 |
Color Harmonies of #E8CAEF
Complementary color
Monochromatic Colors of #E8CAEF
Black with #E8CAEF
Text Example
Text Example
White with #E8CAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CAEF; }
p { color: rgb(232,202,239); }
H1.HeaderClassName
{
color: #E8CAEF;
}
.AnyTagClassName
{
color: #E8CAEF;
}
</style>
background-color css
<style>
a { background-color: #E8CAEF; }
a { background-color: rgb(232,202,239); }
div.DivClassName
{
background-color: #E8CAEF;
}
.BgClassName
{
background-color: #E8CAEF;
}
</style>
border-color css
<style>
span { border-color: #E8CAEF; }
span { border-color: rgb(232,202,239); }
td.TdClassName
{
border-color: #E8CAEF;
}
.TagClassName
{
border-color: #E8CAEF;
}
</style>