Shades of Blue Chalk #EACAF9
Tints of Blue Chalk #EACAF9
RGB
CMYK
RGB Variations
Color information
#EACAF9 (or 0xEACAF9) is known color: Blue Chalk. HEX triplet: EA, CA and F9. RGB value is (234,202,249). Sum of RGB (Red+Green+Blue) = 234+202+249=685 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.16% from 685); Green value is 202 (79.30% from 255 or 29.49% from 685); Blue value is 249 (97.66% from 255 or 36.35% from 685); Max value from RGB is 249 - color contains mainly: blue. Hex color #EACAF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACAF9 is #153506. Grayscale: #D8D8D8. Windows color (decimal): -1389831 or 16370410. OLE color: 16370410.
HSL color Cylindrical-coordinate representation of color #EACAF9: hue angle of 280.85º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EACAF9 is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 234 | 202 | 249 | - |
| CMYK | 0.06 | 0.19 | 0 | 0.02 |
| HSL | 280.85º | 0.8% | 0.88% | - |
| HSV(B) | 280.85º | 0.19% | 0.98% | - |
| XYZ | 72.15 | 66.57 | 98.67 | - |
| YUV | 216.93 | 146.1 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 202 | 249 | 0.06 | 0.19 | 0 | 0.02 | 280.85 | 0.8 | 0.88 |
| Hex | EA | CA | F9 | 6 | 13 | 0 | 2 | 119 | 50 | 58 |
| Octal | 352 | 312 | 371 | 6 | 23 | 0 | 2 | 431 | 120 | 130 |
| Binary | 11101010 | 11001010 | 11111001 | 110 | 10011 | 0 | 10 | 100011001 | 1010000 | 1011000 |
Color Harmonies of #EACAF9
Complementary color
Monochromatic Colors of #EACAF9
Black with #EACAF9
Text Example
Text Example
White with #EACAF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACAF9; }
p { color: rgb(234,202,249); }
H1.HeaderClassName
{
color: #EACAF9;
}
.AnyTagClassName
{
color: #EACAF9;
}
</style>
background-color css
<style>
a { background-color: #EACAF9; }
a { background-color: rgb(234,202,249); }
div.DivClassName
{
background-color: #EACAF9;
}
.BgClassName
{
background-color: #EACAF9;
}
</style>
border-color css
<style>
span { border-color: #EACAF9; }
span { border-color: rgb(234,202,249); }
td.TdClassName
{
border-color: #EACAF9;
}
.TagClassName
{
border-color: #EACAF9;
}
</style>