Shades of Blue Chalk #EACEF1
Tints of Blue Chalk #EACEF1
RGB
CMYK
RGB Variations
Color information
#EACEF1 (or 0xEACEF1) is known color: Blue Chalk. HEX triplet: EA, CE and F1. RGB value is (234,206,241). Sum of RGB (Red+Green+Blue) = 234+206+241=681 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.36% from 681); Green value is 206 (80.86% from 255 or 30.25% from 681); Blue value is 241 (94.53% from 255 or 35.39% from 681); Max value from RGB is 241 - color contains mainly: blue. Hex color #EACEF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACEF1 is #15310E. Grayscale: #DADADA. Windows color (decimal): -1388815 or 15847146. OLE color: 15847146.
HSL color Cylindrical-coordinate representation of color #EACEF1: hue angle of 288º degrees, saturation: 0.56, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EACEF1 is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 206 | 241 | - |
| CMYK | 0.03 | 0.15 | 0 | 0.05 |
| HSL | 288º | 0.56% | 0.88% | - |
| HSV(B) | 288º | 0.15% | 0.95% | - |
| XYZ | 71.88 | 67.99 | 92.55 | - |
| YUV | 218.36 | 140.78 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 206 | 241 | 0.03 | 0.15 | 0 | 0.05 | 288 | 0.56 | 0.88 |
| Hex | EA | CE | F1 | 3 | F | 0 | 5 | 120 | 38 | 58 |
| Octal | 352 | 316 | 361 | 3 | 17 | 0 | 5 | 440 | 70 | 130 |
| Binary | 11101010 | 11001110 | 11110001 | 11 | 1111 | 0 | 101 | 100100000 | 111000 | 1011000 |
Color Harmonies of #EACEF1
Complementary color
Monochromatic Colors of #EACEF1
Black with #EACEF1
Text Example
Text Example
White with #EACEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACEF1; }
p { color: rgb(234,206,241); }
H1.HeaderClassName
{
color: #EACEF1;
}
.AnyTagClassName
{
color: #EACEF1;
}
</style>
background-color css
<style>
a { background-color: #EACEF1; }
a { background-color: rgb(234,206,241); }
div.DivClassName
{
background-color: #EACEF1;
}
.BgClassName
{
background-color: #EACEF1;
}
</style>
border-color css
<style>
span { border-color: #EACEF1; }
span { border-color: rgb(234,206,241); }
td.TdClassName
{
border-color: #EACEF1;
}
.TagClassName
{
border-color: #EACEF1;
}
</style>