Shades of Blue Chalk #EACEFA
Tints of Blue Chalk #EACEFA
RGB
CMYK
RGB Variations
Color information
#EACEFA (or 0xEACEFA) is known color: Blue Chalk. HEX triplet: EA, CE and FA. RGB value is (234,206,250). Sum of RGB (Red+Green+Blue) = 234+206+250=690 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.91% from 690); Green value is 206 (80.86% from 255 or 29.86% from 690); Blue value is 250 (98.05% from 255 or 36.23% from 690); Max value from RGB is 250 - color contains mainly: blue. Hex color #EACEFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACEFA is #153105. Grayscale: #DBDBDB. Windows color (decimal): -1388806 or 16436970. OLE color: 16436970.
HSL color Cylindrical-coordinate representation of color #EACEFA: hue angle of 278.18º degrees, saturation: 0.81, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EACEFA is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 234 | 206 | 250 | - |
| CMYK | 0.06 | 0.18 | 0 | 0.02 |
| HSL | 278.18º | 0.81% | 0.89% | - |
| HSV(B) | 278.18º | 0.18% | 0.98% | - |
| XYZ | 73.26 | 68.54 | 99.81 | - |
| YUV | 219.39 | 145.28 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 206 | 250 | 0.06 | 0.18 | 0 | 0.02 | 278.18 | 0.81 | 0.89 |
| Hex | EA | CE | FA | 6 | 12 | 0 | 2 | 116 | 51 | 59 |
| Octal | 352 | 316 | 372 | 6 | 22 | 0 | 2 | 426 | 121 | 131 |
| Binary | 11101010 | 11001110 | 11111010 | 110 | 10010 | 0 | 10 | 100010110 | 1010001 | 1011001 |
Color Harmonies of #EACEFA
Complementary color
Monochromatic Colors of #EACEFA
Black with #EACEFA
Text Example
Text Example
White with #EACEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACEFA; }
p { color: rgb(234,206,250); }
H1.HeaderClassName
{
color: #EACEFA;
}
.AnyTagClassName
{
color: #EACEFA;
}
</style>
background-color css
<style>
a { background-color: #EACEFA; }
a { background-color: rgb(234,206,250); }
div.DivClassName
{
background-color: #EACEFA;
}
.BgClassName
{
background-color: #EACEFA;
}
</style>
border-color css
<style>
span { border-color: #EACEFA; }
span { border-color: rgb(234,206,250); }
td.TdClassName
{
border-color: #EACEFA;
}
.TagClassName
{
border-color: #EACEFA;
}
</style>