Shades of Blue Chalk #E1CAE9
Tints of Blue Chalk #E1CAE9
RGB
CMYK
RGB Variations
Color information
#E1CAE9 (or 0xE1CAE9) is known color: Blue Chalk. HEX triplet: E1, CA and E9. RGB value is (225,202,233). Sum of RGB (Red+Green+Blue) = 225+202+233=660 (87% of max value = 765). Red value is 225 (88.28% from 255 or 34.09% from 660); Green value is 202 (79.30% from 255 or 30.61% from 660); Blue value is 233 (91.41% from 255 or 35.30% from 660); Max value from RGB is 233 - color contains mainly: blue. Hex color #E1CAE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CAE9 is #1E3516. Grayscale: #D4D4D4. Windows color (decimal): -1979671 or 15321825. OLE color: 15321825.
HSL color Cylindrical-coordinate representation of color #E1CAE9: hue angle of 284.52º degrees, saturation: 0.41, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E1CAE9 is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 225 | 202 | 233 | - |
| CMYK | 0.03 | 0.13 | 0 | 0.09 |
| HSL | 284.52º | 0.41% | 0.85% | - |
| HSV(B) | 284.52º | 0.13% | 0.91% | - |
| XYZ | 66.88 | 64.13 | 85.94 | - |
| YUV | 212.41 | 139.62 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 202 | 233 | 0.03 | 0.13 | 0 | 0.09 | 284.52 | 0.41 | 0.85 |
| Hex | E1 | CA | E9 | 3 | D | 0 | 9 | 11D | 29 | 55 |
| Octal | 341 | 312 | 351 | 3 | 15 | 0 | 11 | 435 | 51 | 125 |
| Binary | 11100001 | 11001010 | 11101001 | 11 | 1101 | 0 | 1001 | 100011101 | 101001 | 1010101 |
Color Harmonies of #E1CAE9
Complementary color
Monochromatic Colors of #E1CAE9
Black with #E1CAE9
Text Example
Text Example
White with #E1CAE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CAE9; }
p { color: rgb(225,202,233); }
H1.HeaderClassName
{
color: #E1CAE9;
}
.AnyTagClassName
{
color: #E1CAE9;
}
</style>
background-color css
<style>
a { background-color: #E1CAE9; }
a { background-color: rgb(225,202,233); }
div.DivClassName
{
background-color: #E1CAE9;
}
.BgClassName
{
background-color: #E1CAE9;
}
</style>
border-color css
<style>
span { border-color: #E1CAE9; }
span { border-color: rgb(225,202,233); }
td.TdClassName
{
border-color: #E1CAE9;
}
.TagClassName
{
border-color: #E1CAE9;
}
</style>