Shades of Blue Chalk #E5CAF5
Tints of Blue Chalk #E5CAF5
RGB
CMYK
RGB Variations
Color information
#E5CAF5 (or 0xE5CAF5) is known color: Blue Chalk. HEX triplet: E5, CA and F5. RGB value is (229,202,245). Sum of RGB (Red+Green+Blue) = 229+202+245=676 (89% of max value = 765). Red value is 229 (89.84% from 255 or 33.88% from 676); Green value is 202 (79.30% from 255 or 29.88% from 676); Blue value is 245 (96.09% from 255 or 36.24% from 676); Max value from RGB is 245 - color contains mainly: blue. Hex color #E5CAF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CAF5 is #1A350A. Grayscale: #D6D6D6. Windows color (decimal): -1717515 or 16108261. OLE color: 16108261.
HSL color Cylindrical-coordinate representation of color #E5CAF5: hue angle of 277.67º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E5CAF5 is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 229 | 202 | 245 | - |
| CMYK | 0.07 | 0.18 | 0 | 0.04 |
| HSL | 277.67º | 0.68% | 0.88% | - |
| HSV(B) | 277.67º | 0.18% | 0.96% | - |
| XYZ | 69.92 | 65.49 | 95.34 | - |
| YUV | 214.98 | 144.95 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 202 | 245 | 0.07 | 0.18 | 0 | 0.04 | 277.67 | 0.68 | 0.88 |
| Hex | E5 | CA | F5 | 7 | 12 | 0 | 4 | 116 | 44 | 58 |
| Octal | 345 | 312 | 365 | 7 | 22 | 0 | 4 | 426 | 104 | 130 |
| Binary | 11100101 | 11001010 | 11110101 | 111 | 10010 | 0 | 100 | 100010110 | 1000100 | 1011000 |
Color Harmonies of #E5CAF5
Complementary color
Monochromatic Colors of #E5CAF5
Black with #E5CAF5
Text Example
Text Example
White with #E5CAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CAF5; }
p { color: rgb(229,202,245); }
H1.HeaderClassName
{
color: #E5CAF5;
}
.AnyTagClassName
{
color: #E5CAF5;
}
</style>
background-color css
<style>
a { background-color: #E5CAF5; }
a { background-color: rgb(229,202,245); }
div.DivClassName
{
background-color: #E5CAF5;
}
.BgClassName
{
background-color: #E5CAF5;
}
</style>
border-color css
<style>
span { border-color: #E5CAF5; }
span { border-color: rgb(229,202,245); }
td.TdClassName
{
border-color: #E5CAF5;
}
.TagClassName
{
border-color: #E5CAF5;
}
</style>