Shades of Blue Chalk #E5CAFA
Tints of Blue Chalk #E5CAFA
RGB
CMYK
RGB Variations
Color information
#E5CAFA (or 0xE5CAFA) is known color: Blue Chalk. HEX triplet: E5, CA and FA. RGB value is (229,202,250). Sum of RGB (Red+Green+Blue) = 229+202+250=681 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.63% from 681); Green value is 202 (79.30% from 255 or 29.66% from 681); Blue value is 250 (98.05% from 255 or 36.71% from 681); Max value from RGB is 250 - color contains mainly: blue. Hex color #E5CAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CAFA is #1A3505. Grayscale: #D7D7D7. Windows color (decimal): -1717510 or 16435941. OLE color: 16435941.
HSL color Cylindrical-coordinate representation of color #E5CAFA: hue angle of 273.75º degrees, saturation: 0.83, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E5CAFA is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 202 | 250 | - |
| CMYK | 0.08 | 0.19 | 0 | 0.02 |
| HSL | 273.75º | 0.83% | 0.89% | - |
| HSV(B) | 273.75º | 0.19% | 0.98% | - |
| XYZ | 70.69 | 65.8 | 99.42 | - |
| YUV | 215.55 | 147.45 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 202 | 250 | 0.08 | 0.19 | 0 | 0.02 | 273.75 | 0.83 | 0.89 |
| Hex | E5 | CA | FA | 8 | 13 | 0 | 2 | 112 | 53 | 59 |
| Octal | 345 | 312 | 372 | 10 | 23 | 0 | 2 | 422 | 123 | 131 |
| Binary | 11100101 | 11001010 | 11111010 | 1000 | 10011 | 0 | 10 | 100010010 | 1010011 | 1011001 |
Color Harmonies of #E5CAFA
Complementary color
Monochromatic Colors of #E5CAFA
Black with #E5CAFA
Text Example
Text Example
White with #E5CAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CAFA; }
p { color: rgb(229,202,250); }
H1.HeaderClassName
{
color: #E5CAFA;
}
.AnyTagClassName
{
color: #E5CAFA;
}
</style>
background-color css
<style>
a { background-color: #E5CAFA; }
a { background-color: rgb(229,202,250); }
div.DivClassName
{
background-color: #E5CAFA;
}
.BgClassName
{
background-color: #E5CAFA;
}
</style>
border-color css
<style>
span { border-color: #E5CAFA; }
span { border-color: rgb(229,202,250); }
td.TdClassName
{
border-color: #E5CAFA;
}
.TagClassName
{
border-color: #E5CAFA;
}
</style>