Shades of Blue Chalk #EACEF6
Tints of Blue Chalk #EACEF6
RGB
CMYK
RGB Variations
Color information
#EACEF6 (or 0xEACEF6) is known color: Blue Chalk. HEX triplet: EA, CE and F6. RGB value is (234,206,246). Sum of RGB (Red+Green+Blue) = 234+206+246=686 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.11% from 686); Green value is 206 (80.86% from 255 or 30.03% from 686); Blue value is 246 (96.48% from 255 or 35.86% from 686); Max value from RGB is 246 - color contains mainly: blue. Hex color #EACEF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACEF6 is #153109. Grayscale: #DADADA. Windows color (decimal): -1388810 or 16174826. OLE color: 16174826.
HSL color Cylindrical-coordinate representation of color #EACEF6: hue angle of 282º degrees, saturation: 0.69, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EACEF6 is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 206 | 246 | - |
| CMYK | 0.05 | 0.16 | 0 | 0.04 |
| HSL | 282º | 0.69% | 0.89% | - |
| HSV(B) | 282º | 0.16% | 0.96% | - |
| XYZ | 72.64 | 68.29 | 96.54 | - |
| YUV | 218.93 | 143.28 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 206 | 246 | 0.05 | 0.16 | 0 | 0.04 | 282 | 0.69 | 0.89 |
| Hex | EA | CE | F6 | 5 | 10 | 0 | 4 | 11A | 45 | 59 |
| Octal | 352 | 316 | 366 | 5 | 20 | 0 | 4 | 432 | 105 | 131 |
| Binary | 11101010 | 11001110 | 11110110 | 101 | 10000 | 0 | 100 | 100011010 | 1000101 | 1011001 |
Color Harmonies of #EACEF6
Complementary color
Monochromatic Colors of #EACEF6
Black with #EACEF6
Text Example
Text Example
White with #EACEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACEF6; }
p { color: rgb(234,206,246); }
H1.HeaderClassName
{
color: #EACEF6;
}
.AnyTagClassName
{
color: #EACEF6;
}
</style>
background-color css
<style>
a { background-color: #EACEF6; }
a { background-color: rgb(234,206,246); }
div.DivClassName
{
background-color: #EACEF6;
}
.BgClassName
{
background-color: #EACEF6;
}
</style>
border-color css
<style>
span { border-color: #EACEF6; }
span { border-color: rgb(234,206,246); }
td.TdClassName
{
border-color: #EACEF6;
}
.TagClassName
{
border-color: #EACEF6;
}
</style>