Shades of Blue Chalk #E3CAF5
Tints of Blue Chalk #E3CAF5
RGB
CMYK
RGB Variations
Color information
#E3CAF5 (or 0xE3CAF5) is known color: Blue Chalk. HEX triplet: E3, CA and F5. RGB value is (227,202,245). Sum of RGB (Red+Green+Blue) = 227+202+245=674 (89% of max value = 765). Red value is 227 (89.06% from 255 or 33.68% from 674); Green value is 202 (79.30% from 255 or 29.97% from 674); Blue value is 245 (96.09% from 255 or 36.35% from 674); Max value from RGB is 245 - color contains mainly: blue. Hex color #E3CAF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3CAF5 is #1C350A. Grayscale: #D6D6D6. Windows color (decimal): -1848587 or 16108259. OLE color: 16108259.
HSL color Cylindrical-coordinate representation of color #E3CAF5: hue angle of 274.88º 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 #E3CAF5 is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 227 | 202 | 245 | - |
| CMYK | 0.07 | 0.18 | 0 | 0.04 |
| HSL | 274.88º | 0.68% | 0.88% | - |
| HSV(B) | 274.88º | 0.18% | 0.96% | - |
| XYZ | 69.28 | 65.16 | 95.31 | - |
| YUV | 214.38 | 145.28 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 202 | 245 | 0.07 | 0.18 | 0 | 0.04 | 274.88 | 0.68 | 0.88 |
| Hex | E3 | CA | F5 | 7 | 12 | 0 | 4 | 113 | 44 | 58 |
| Octal | 343 | 312 | 365 | 7 | 22 | 0 | 4 | 423 | 104 | 130 |
| Binary | 11100011 | 11001010 | 11110101 | 111 | 10010 | 0 | 100 | 100010011 | 1000100 | 1011000 |
Color Harmonies of #E3CAF5
Complementary color
Monochromatic Colors of #E3CAF5
Black with #E3CAF5
Text Example
Text Example
White with #E3CAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CAF5; }
p { color: rgb(227,202,245); }
H1.HeaderClassName
{
color: #E3CAF5;
}
.AnyTagClassName
{
color: #E3CAF5;
}
</style>
background-color css
<style>
a { background-color: #E3CAF5; }
a { background-color: rgb(227,202,245); }
div.DivClassName
{
background-color: #E3CAF5;
}
.BgClassName
{
background-color: #E3CAF5;
}
</style>
border-color css
<style>
span { border-color: #E3CAF5; }
span { border-color: rgb(227,202,245); }
td.TdClassName
{
border-color: #E3CAF5;
}
.TagClassName
{
border-color: #E3CAF5;
}
</style>