Shades of Blue Chalk #EACAFF
Tints of Blue Chalk #EACAFF
RGB
CMYK
RGB Variations
Color information
#EACAFF (or 0xEACAFF) is known color: Blue Chalk. HEX triplet: EA, CA and FF. RGB value is (234,202,255). Sum of RGB (Red+Green+Blue) = 234+202+255=691 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.86% from 691); Green value is 202 (79.30% from 255 or 29.23% from 691); Blue value is 255 (100% from 255 or 36.90% from 691); Max value from RGB is 255 - color contains mainly: blue. Hex color #EACAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACAFF is #153500. Grayscale: #D9D9D9. Windows color (decimal): -1389825 or 16763626. OLE color: 16763626.
HSL color Cylindrical-coordinate representation of color #EACAFF: hue angle of 276.23º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EACAFF is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 234 | 202 | 255 | - |
| CMYK | 0.08 | 0.21 | 0 | 0 |
| HSL | 276.23º | 1% | 0.9% | - |
| HSV(B) | 276.23º | 0.21% | 1% | - |
| XYZ | 73.1 | 66.95 | 103.68 | - |
| YUV | 217.61 | 149.1 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 202 | 255 | 0.08 | 0.21 | 0 | 0 | 276.23 | 1 | 0.9 |
| Hex | EA | CA | FF | 8 | 15 | 0 | 0 | 114 | 64 | 5A |
| Octal | 352 | 312 | 377 | 10 | 25 | 0 | 0 | 424 | 144 | 132 |
| Binary | 11101010 | 11001010 | 11111111 | 1000 | 10101 | 0 | 0 | 100010100 | 1100100 | 1011010 |
Color Harmonies of #EACAFF
Complementary color
Monochromatic Colors of #EACAFF
Black with #EACAFF
Text Example
Text Example
White with #EACAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACAFF; }
p { color: rgb(234,202,255); }
H1.HeaderClassName
{
color: #EACAFF;
}
.AnyTagClassName
{
color: #EACAFF;
}
</style>
background-color css
<style>
a { background-color: #EACAFF; }
a { background-color: rgb(234,202,255); }
div.DivClassName
{
background-color: #EACAFF;
}
.BgClassName
{
background-color: #EACAFF;
}
</style>
border-color css
<style>
span { border-color: #EACAFF; }
span { border-color: rgb(234,202,255); }
td.TdClassName
{
border-color: #EACAFF;
}
.TagClassName
{
border-color: #EACAFF;
}
</style>