Shades of Blue Chalk #E8CAF5
Tints of Blue Chalk #E8CAF5
RGB
CMYK
RGB Variations
Color information
#E8CAF5 (or 0xE8CAF5) is known color: Blue Chalk. HEX triplet: E8, CA and F5. RGB value is (232,202,245). Sum of RGB (Red+Green+Blue) = 232+202+245=679 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.17% from 679); Green value is 202 (79.30% from 255 or 29.75% from 679); Blue value is 245 (96.09% from 255 or 36.08% from 679); Max value from RGB is 245 - color contains mainly: blue. Hex color #E8CAF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8CAF5 is #17350A. Grayscale: #D7D7D7. Windows color (decimal): -1520907 or 16108264. OLE color: 16108264.
HSL color Cylindrical-coordinate representation of color #E8CAF5: hue angle of 281.86º 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 #E8CAF5 is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 232 | 202 | 245 | - |
| CMYK | 0.05 | 0.18 | 0 | 0.04 |
| HSL | 281.86º | 0.68% | 0.88% | - |
| HSV(B) | 281.86º | 0.18% | 0.96% | - |
| XYZ | 70.88 | 65.99 | 95.39 | - |
| YUV | 215.87 | 144.44 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 202 | 245 | 0.05 | 0.18 | 0 | 0.04 | 281.86 | 0.68 | 0.88 |
| Hex | E8 | CA | F5 | 5 | 12 | 0 | 4 | 11A | 44 | 58 |
| Octal | 350 | 312 | 365 | 5 | 22 | 0 | 4 | 432 | 104 | 130 |
| Binary | 11101000 | 11001010 | 11110101 | 101 | 10010 | 0 | 100 | 100011010 | 1000100 | 1011000 |
Color Harmonies of #E8CAF5
Complementary color
Monochromatic Colors of #E8CAF5
Black with #E8CAF5
Text Example
Text Example
White with #E8CAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CAF5; }
p { color: rgb(232,202,245); }
H1.HeaderClassName
{
color: #E8CAF5;
}
.AnyTagClassName
{
color: #E8CAF5;
}
</style>
background-color css
<style>
a { background-color: #E8CAF5; }
a { background-color: rgb(232,202,245); }
div.DivClassName
{
background-color: #E8CAF5;
}
.BgClassName
{
background-color: #E8CAF5;
}
</style>
border-color css
<style>
span { border-color: #E8CAF5; }
span { border-color: rgb(232,202,245); }
td.TdClassName
{
border-color: #E8CAF5;
}
.TagClassName
{
border-color: #E8CAF5;
}
</style>