Shades of Blue Chalk #EACAF2
Tints of Blue Chalk #EACAF2
RGB
CMYK
RGB Variations
Color information
#EACAF2 (or 0xEACAF2) is known color: Blue Chalk. HEX triplet: EA, CA and F2. RGB value is (234,202,242). Sum of RGB (Red+Green+Blue) = 234+202+242=678 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.51% from 678); Green value is 202 (79.30% from 255 or 29.79% from 678); Blue value is 242 (94.92% from 255 or 35.69% from 678); Max value from RGB is 242 - color contains mainly: blue. Hex color #EACAF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACAF2 is #15350D. Grayscale: #D8D8D8. Windows color (decimal): -1389838 or 15911658. OLE color: 15911658.
HSL color Cylindrical-coordinate representation of color #EACAF2: hue angle of 288º degrees, saturation: 0.61, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EACAF2 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 202 | 242 | - |
| CMYK | 0.03 | 0.17 | 0 | 0.05 |
| HSL | 288º | 0.61% | 0.87% | - |
| HSV(B) | 288º | 0.17% | 0.95% | - |
| XYZ | 71.08 | 66.14 | 93.03 | - |
| YUV | 216.13 | 142.6 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 202 | 242 | 0.03 | 0.17 | 0 | 0.05 | 288 | 0.61 | 0.87 |
| Hex | EA | CA | F2 | 3 | 11 | 0 | 5 | 120 | 3D | 57 |
| Octal | 352 | 312 | 362 | 3 | 21 | 0 | 5 | 440 | 75 | 127 |
| Binary | 11101010 | 11001010 | 11110010 | 11 | 10001 | 0 | 101 | 100100000 | 111101 | 1010111 |
Color Harmonies of #EACAF2
Complementary color
Monochromatic Colors of #EACAF2
Black with #EACAF2
Text Example
Text Example
White with #EACAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACAF2; }
p { color: rgb(234,202,242); }
H1.HeaderClassName
{
color: #EACAF2;
}
.AnyTagClassName
{
color: #EACAF2;
}
</style>
background-color css
<style>
a { background-color: #EACAF2; }
a { background-color: rgb(234,202,242); }
div.DivClassName
{
background-color: #EACAF2;
}
.BgClassName
{
background-color: #EACAF2;
}
</style>
border-color css
<style>
span { border-color: #EACAF2; }
span { border-color: rgb(234,202,242); }
td.TdClassName
{
border-color: #EACAF2;
}
.TagClassName
{
border-color: #EACAF2;
}
</style>