Shades of Blue Chalk #EACAF4
Tints of Blue Chalk #EACAF4
RGB
CMYK
RGB Variations
Color information
#EACAF4 (or 0xEACAF4) is known color: Blue Chalk. HEX triplet: EA, CA and F4. RGB value is (234,202,244). Sum of RGB (Red+Green+Blue) = 234+202+244=680 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.41% from 680); Green value is 202 (79.30% from 255 or 29.71% from 680); Blue value is 244 (95.70% from 255 or 35.88% from 680); Max value from RGB is 244 - color contains mainly: blue. Hex color #EACAF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACAF4 is #15350B. Grayscale: #D8D8D8. Windows color (decimal): -1389836 or 16042730. OLE color: 16042730.
HSL color Cylindrical-coordinate representation of color #EACAF4: hue angle of 285.71º degrees, saturation: 0.66, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EACAF4 is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 234 | 202 | 244 | - |
CMYK | 0.04 | 0.17 | 0 | 0.04 |
HSL | 285.71º | 0.66% | 0.87% | - |
HSV(B) | 285.71º | 0.17% | 0.96% | - |
XYZ | 71.38 | 66.27 | 94.62 | - |
YUV | 216.36 | 143.6 | 140.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 202 | 244 | 0.04 | 0.17 | 0 | 0.04 | 285.71 | 0.66 | 0.87 |
Hex | EA | CA | F4 | 4 | 11 | 0 | 4 | 11E | 42 | 57 |
Octal | 352 | 312 | 364 | 4 | 21 | 0 | 4 | 436 | 102 | 127 |
Binary | 11101010 | 11001010 | 11110100 | 100 | 10001 | 0 | 100 | 100011110 | 1000010 | 1010111 |
Color Harmonies of #EACAF4
Complementary color
Monochromatic Colors of #EACAF4
Black with #EACAF4
Text Example
Text Example
White with #EACAF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACAF4; }
p { color: rgb(234,202,244); }
H1.HeaderClassName
{
color: #EACAF4;
}
.AnyTagClassName
{
color: #EACAF4;
}
</style>
background-color css
<style>
a { background-color: #EACAF4; }
a { background-color: rgb(234,202,244); }
div.DivClassName
{
background-color: #EACAF4;
}
.BgClassName
{
background-color: #EACAF4;
}
</style>
border-color css
<style>
span { border-color: #EACAF4; }
span { border-color: rgb(234,202,244); }
td.TdClassName
{
border-color: #EACAF4;
}
.TagClassName
{
border-color: #EACAF4;
}
</style>