Shades of Blue Chalk #E1CAE8
Tints of Blue Chalk #E1CAE8
RGB
CMYK
RGB Variations
Color information
#E1CAE8 (or 0xE1CAE8) is known color: Blue Chalk. HEX triplet: E1, CA and E8. RGB value is (225,202,232). Sum of RGB (Red+Green+Blue) = 225+202+232=659 (87% of max value = 765). Red value is 225 (88.28% from 255 or 34.14% from 659); Green value is 202 (79.30% from 255 or 30.65% from 659); Blue value is 232 (91.02% from 255 or 35.20% from 659); Max value from RGB is 232 - color contains mainly: blue. Hex color #E1CAE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CAE8 is #1E3517. Grayscale: #D4D4D4. Windows color (decimal): -1979672 or 15256289. OLE color: 15256289.
HSL color Cylindrical-coordinate representation of color #E1CAE8: hue angle of 286º degrees, saturation: 0.39, 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 #E1CAE8 is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 225 | 202 | 232 | - |
| CMYK | 0.03 | 0.13 | 0 | 0.09 |
| HSL | 286º | 0.39% | 0.85% | - |
| HSV(B) | 286º | 0.13% | 0.91% | - |
| XYZ | 66.74 | 64.07 | 85.19 | - |
| YUV | 212.3 | 139.12 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 202 | 232 | 0.03 | 0.13 | 0 | 0.09 | 286 | 0.39 | 0.85 |
| Hex | E1 | CA | E8 | 3 | D | 0 | 9 | 11E | 27 | 55 |
| Octal | 341 | 312 | 350 | 3 | 15 | 0 | 11 | 436 | 47 | 125 |
| Binary | 11100001 | 11001010 | 11101000 | 11 | 1101 | 0 | 1001 | 100011110 | 100111 | 1010101 |
Color Harmonies of #E1CAE8
Complementary color
Monochromatic Colors of #E1CAE8
Black with #E1CAE8
Text Example
Text Example
White with #E1CAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CAE8; }
p { color: rgb(225,202,232); }
H1.HeaderClassName
{
color: #E1CAE8;
}
.AnyTagClassName
{
color: #E1CAE8;
}
</style>
background-color css
<style>
a { background-color: #E1CAE8; }
a { background-color: rgb(225,202,232); }
div.DivClassName
{
background-color: #E1CAE8;
}
.BgClassName
{
background-color: #E1CAE8;
}
</style>
border-color css
<style>
span { border-color: #E1CAE8; }
span { border-color: rgb(225,202,232); }
td.TdClassName
{
border-color: #E1CAE8;
}
.TagClassName
{
border-color: #E1CAE8;
}
</style>