Shades of Blue Chalk #EACAFE
Tints of Blue Chalk #EACAFE
RGB
CMYK
RGB Variations
Color information
#EACAFE (or 0xEACAFE) is known color: Blue Chalk. HEX triplet: EA, CA and FE. RGB value is (234,202,254). Sum of RGB (Red+Green+Blue) = 234+202+254=690 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.91% from 690); Green value is 202 (79.30% from 255 or 29.28% from 690); Blue value is 254 (99.61% from 255 or 36.81% from 690); Max value from RGB is 254 - color contains mainly: blue. Hex color #EACAFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACAFE is #153501. Grayscale: #D9D9D9. Windows color (decimal): -1389826 or 16698090. OLE color: 16698090.
HSL color Cylindrical-coordinate representation of color #EACAFE: hue angle of 276.92º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EACAFE is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 234 | 202 | 254 | - |
| CMYK | 0.08 | 0.20 | 0 | 0.00 |
| HSL | 276.92º | 0.96% | 0.89% | - |
| HSV(B) | 276.92º | 0.2% | 1% | - |
| XYZ | 72.94 | 66.89 | 102.83 | - |
| YUV | 217.5 | 148.6 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 202 | 254 | 0.08 | 0.20 | 0 | 0.00 | 276.92 | 0.96 | 0.89 |
| Hex | EA | CA | FE | 8 | 14 | 0 | 0 | 115 | 60 | 59 |
| Octal | 352 | 312 | 376 | 10 | 24 | 0 | 0 | 425 | 140 | 131 |
| Binary | 11101010 | 11001010 | 11111110 | 1000 | 10100 | 0 | 0 | 100010101 | 1100000 | 1011001 |
Color Harmonies of #EACAFE
Complementary color
Monochromatic Colors of #EACAFE
Black with #EACAFE
Text Example
Text Example
White with #EACAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACAFE; }
p { color: rgb(234,202,254); }
H1.HeaderClassName
{
color: #EACAFE;
}
.AnyTagClassName
{
color: #EACAFE;
}
</style>
background-color css
<style>
a { background-color: #EACAFE; }
a { background-color: rgb(234,202,254); }
div.DivClassName
{
background-color: #EACAFE;
}
.BgClassName
{
background-color: #EACAFE;
}
</style>
border-color css
<style>
span { border-color: #EACAFE; }
span { border-color: rgb(234,202,254); }
td.TdClassName
{
border-color: #EACAFE;
}
.TagClassName
{
border-color: #EACAFE;
}
</style>