Shades of Blue Chalk #E0CAE7
Tints of Blue Chalk #E0CAE7
RGB
CMYK
RGB Variations
Color information
#E0CAE7 (or 0xE0CAE7) is known color: Blue Chalk. HEX triplet: E0, CA and E7. RGB value is (224,202,231). Sum of RGB (Red+Green+Blue) = 224+202+231=657 (87% of max value = 765). Red value is 224 (87.89% from 255 or 34.09% from 657); Green value is 202 (79.30% from 255 or 30.75% from 657); Blue value is 231 (90.62% from 255 or 35.16% from 657); Max value from RGB is 231 - color contains mainly: blue. Hex color #E0CAE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0CAE7 is #1F3518. Grayscale: #D3D3D3. Windows color (decimal): -2045209 or 15190752. OLE color: 15190752.
HSL color Cylindrical-coordinate representation of color #E0CAE7: hue angle of 285.52º degrees, saturation: 0.38, 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 #E0CAE7 is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 224 | 202 | 231 | - |
| CMYK | 0.03 | 0.13 | 0 | 0.09 |
| HSL | 285.52º | 0.38% | 0.85% | - |
| HSV(B) | 285.52º | 0.13% | 0.91% | - |
| XYZ | 66.28 | 63.86 | 84.43 | - |
| YUV | 211.88 | 138.79 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 202 | 231 | 0.03 | 0.13 | 0 | 0.09 | 285.52 | 0.38 | 0.85 |
| Hex | E0 | CA | E7 | 3 | D | 0 | 9 | 11E | 26 | 55 |
| Octal | 340 | 312 | 347 | 3 | 15 | 0 | 11 | 436 | 46 | 125 |
| Binary | 11100000 | 11001010 | 11100111 | 11 | 1101 | 0 | 1001 | 100011110 | 100110 | 1010101 |
Color Harmonies of #E0CAE7
Complementary color
Monochromatic Colors of #E0CAE7
Black with #E0CAE7
Text Example
Text Example
White with #E0CAE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CAE7; }
p { color: rgb(224,202,231); }
H1.HeaderClassName
{
color: #E0CAE7;
}
.AnyTagClassName
{
color: #E0CAE7;
}
</style>
background-color css
<style>
a { background-color: #E0CAE7; }
a { background-color: rgb(224,202,231); }
div.DivClassName
{
background-color: #E0CAE7;
}
.BgClassName
{
background-color: #E0CAE7;
}
</style>
border-color css
<style>
span { border-color: #E0CAE7; }
span { border-color: rgb(224,202,231); }
td.TdClassName
{
border-color: #E0CAE7;
}
.TagClassName
{
border-color: #E0CAE7;
}
</style>