Shades of Blue Chalk #EACEF5
Tints of Blue Chalk #EACEF5
RGB
CMYK
RGB Variations
Color information
#EACEF5 (or 0xEACEF5) is known color: Blue Chalk. HEX triplet: EA, CE and F5. RGB value is (234,206,245). Sum of RGB (Red+Green+Blue) = 234+206+245=685 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.16% from 685); Green value is 206 (80.86% from 255 or 30.07% from 685); Blue value is 245 (96.09% from 255 or 35.77% from 685); Max value from RGB is 245 - color contains mainly: blue. Hex color #EACEF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACEF5 is #15310A. Grayscale: #DADADA. Windows color (decimal): -1388811 or 16109290. OLE color: 16109290.
HSL color Cylindrical-coordinate representation of color #EACEF5: hue angle of 283.08º degrees, saturation: 0.66, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EACEF5 is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 206 | 245 | - |
| CMYK | 0.04 | 0.16 | 0 | 0.04 |
| HSL | 283.08º | 0.66% | 0.88% | - |
| HSV(B) | 283.08º | 0.16% | 0.96% | - |
| XYZ | 72.48 | 68.23 | 95.74 | - |
| YUV | 218.82 | 142.78 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 206 | 245 | 0.04 | 0.16 | 0 | 0.04 | 283.08 | 0.66 | 0.88 |
| Hex | EA | CE | F5 | 4 | 10 | 0 | 4 | 11B | 42 | 58 |
| Octal | 352 | 316 | 365 | 4 | 20 | 0 | 4 | 433 | 102 | 130 |
| Binary | 11101010 | 11001110 | 11110101 | 100 | 10000 | 0 | 100 | 100011011 | 1000010 | 1011000 |
Color Harmonies of #EACEF5
Complementary color
Monochromatic Colors of #EACEF5
Black with #EACEF5
Text Example
Text Example
White with #EACEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACEF5; }
p { color: rgb(234,206,245); }
H1.HeaderClassName
{
color: #EACEF5;
}
.AnyTagClassName
{
color: #EACEF5;
}
</style>
background-color css
<style>
a { background-color: #EACEF5; }
a { background-color: rgb(234,206,245); }
div.DivClassName
{
background-color: #EACEF5;
}
.BgClassName
{
background-color: #EACEF5;
}
</style>
border-color css
<style>
span { border-color: #EACEF5; }
span { border-color: rgb(234,206,245); }
td.TdClassName
{
border-color: #EACEF5;
}
.TagClassName
{
border-color: #EACEF5;
}
</style>