Shades of Blue Chalk #E5CAF6
Tints of Blue Chalk #E5CAF6
RGB
CMYK
RGB Variations
Color information
#E5CAF6 (or 0xE5CAF6) is known color: Blue Chalk. HEX triplet: E5, CA and F6. RGB value is (229,202,246). Sum of RGB (Red+Green+Blue) = 229+202+246=677 (89% of max value = 765). Red value is 229 (89.84% from 255 or 33.83% from 677); Green value is 202 (79.30% from 255 or 29.84% from 677); Blue value is 246 (96.48% from 255 or 36.34% from 677); Max value from RGB is 246 - color contains mainly: blue. Hex color #E5CAF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CAF6 is #1A3509. Grayscale: #D6D6D6. Windows color (decimal): -1717514 or 16173797. OLE color: 16173797.
HSL color Cylindrical-coordinate representation of color #E5CAF6: hue angle of 276.82º degrees, saturation: 0.71, 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 #E5CAF6 is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 229 | 202 | 246 | - |
| CMYK | 0.07 | 0.18 | 0 | 0.04 |
| HSL | 276.82º | 0.71% | 0.88% | - |
| HSV(B) | 276.82º | 0.18% | 0.96% | - |
| XYZ | 70.07 | 65.55 | 96.15 | - |
| YUV | 215.09 | 145.45 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 202 | 246 | 0.07 | 0.18 | 0 | 0.04 | 276.82 | 0.71 | 0.88 |
| Hex | E5 | CA | F6 | 7 | 12 | 0 | 4 | 115 | 47 | 58 |
| Octal | 345 | 312 | 366 | 7 | 22 | 0 | 4 | 425 | 107 | 130 |
| Binary | 11100101 | 11001010 | 11110110 | 111 | 10010 | 0 | 100 | 100010101 | 1000111 | 1011000 |
Color Harmonies of #E5CAF6
Complementary color
Monochromatic Colors of #E5CAF6
Black with #E5CAF6
Text Example
Text Example
White with #E5CAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CAF6; }
p { color: rgb(229,202,246); }
H1.HeaderClassName
{
color: #E5CAF6;
}
.AnyTagClassName
{
color: #E5CAF6;
}
</style>
background-color css
<style>
a { background-color: #E5CAF6; }
a { background-color: rgb(229,202,246); }
div.DivClassName
{
background-color: #E5CAF6;
}
.BgClassName
{
background-color: #E5CAF6;
}
</style>
border-color css
<style>
span { border-color: #E5CAF6; }
span { border-color: rgb(229,202,246); }
td.TdClassName
{
border-color: #E5CAF6;
}
.TagClassName
{
border-color: #E5CAF6;
}
</style>