Shades of Blue Chalk #E2CAF5
Tints of Blue Chalk #E2CAF5
RGB
CMYK
RGB Variations
Color information
#E2CAF5 (or 0xE2CAF5) is known color: Blue Chalk. HEX triplet: E2, CA and F5. RGB value is (226,202,245). Sum of RGB (Red+Green+Blue) = 226+202+245=673 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.58% from 673); Green value is 202 (79.30% from 255 or 30.01% from 673); Blue value is 245 (96.09% from 255 or 36.40% from 673); Max value from RGB is 245 - color contains mainly: blue. Hex color #E2CAF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CAF5 is #1D350A. Grayscale: #D5D5D5. Windows color (decimal): -1914123 or 16108258. OLE color: 16108258.
HSL color Cylindrical-coordinate representation of color #E2CAF5: hue angle of 273.49º 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 #E2CAF5 is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 226 | 202 | 245 | - |
| CMYK | 0.08 | 0.18 | 0 | 0.04 |
| HSL | 273.49º | 0.68% | 0.88% | - |
| HSV(B) | 273.49º | 0.18% | 0.96% | - |
| XYZ | 68.97 | 65 | 95.3 | - |
| YUV | 214.08 | 145.45 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 202 | 245 | 0.08 | 0.18 | 0 | 0.04 | 273.49 | 0.68 | 0.88 |
| Hex | E2 | CA | F5 | 8 | 12 | 0 | 4 | 111 | 44 | 58 |
| Octal | 342 | 312 | 365 | 10 | 22 | 0 | 4 | 421 | 104 | 130 |
| Binary | 11100010 | 11001010 | 11110101 | 1000 | 10010 | 0 | 100 | 100010001 | 1000100 | 1011000 |
Color Harmonies of #E2CAF5
Complementary color
Monochromatic Colors of #E2CAF5
Black with #E2CAF5
Text Example
Text Example
White with #E2CAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CAF5; }
p { color: rgb(226,202,245); }
H1.HeaderClassName
{
color: #E2CAF5;
}
.AnyTagClassName
{
color: #E2CAF5;
}
</style>
background-color css
<style>
a { background-color: #E2CAF5; }
a { background-color: rgb(226,202,245); }
div.DivClassName
{
background-color: #E2CAF5;
}
.BgClassName
{
background-color: #E2CAF5;
}
</style>
border-color css
<style>
span { border-color: #E2CAF5; }
span { border-color: rgb(226,202,245); }
td.TdClassName
{
border-color: #E2CAF5;
}
.TagClassName
{
border-color: #E2CAF5;
}
</style>