Shades of Blue Chalk #EACAF5
Tints of Blue Chalk #EACAF5
RGB
CMYK
RGB Variations
Color information
#EACAF5 (or 0xEACAF5) is known color: Blue Chalk. HEX triplet: EA, CA and F5. RGB value is (234,202,245). Sum of RGB (Red+Green+Blue) = 234+202+245=681 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.36% from 681); Green value is 202 (79.30% from 255 or 29.66% from 681); Blue value is 245 (96.09% from 255 or 35.98% from 681); Max value from RGB is 245 - color contains mainly: blue. Hex color #EACAF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACAF5 is #15350A. Grayscale: #D8D8D8. Windows color (decimal): -1389835 or 16108266. OLE color: 16108266.
HSL color Cylindrical-coordinate representation of color #EACAF5: hue angle of 284.65º 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 #EACAF5 is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 202 | 245 | - |
| CMYK | 0.04 | 0.18 | 0 | 0.04 |
| HSL | 284.65º | 0.68% | 0.88% | - |
| HSV(B) | 284.65º | 0.18% | 0.96% | - |
| XYZ | 71.53 | 66.33 | 95.42 | - |
| YUV | 216.47 | 144.1 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 202 | 245 | 0.04 | 0.18 | 0 | 0.04 | 284.65 | 0.68 | 0.88 |
| Hex | EA | CA | F5 | 4 | 12 | 0 | 4 | 11D | 44 | 58 |
| Octal | 352 | 312 | 365 | 4 | 22 | 0 | 4 | 435 | 104 | 130 |
| Binary | 11101010 | 11001010 | 11110101 | 100 | 10010 | 0 | 100 | 100011101 | 1000100 | 1011000 |
Color Harmonies of #EACAF5
Complementary color
Monochromatic Colors of #EACAF5
Black with #EACAF5
Text Example
Text Example
White with #EACAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACAF5; }
p { color: rgb(234,202,245); }
H1.HeaderClassName
{
color: #EACAF5;
}
.AnyTagClassName
{
color: #EACAF5;
}
</style>
background-color css
<style>
a { background-color: #EACAF5; }
a { background-color: rgb(234,202,245); }
div.DivClassName
{
background-color: #EACAF5;
}
.BgClassName
{
background-color: #EACAF5;
}
</style>
border-color css
<style>
span { border-color: #EACAF5; }
span { border-color: rgb(234,202,245); }
td.TdClassName
{
border-color: #EACAF5;
}
.TagClassName
{
border-color: #EACAF5;
}
</style>