Shades of Blue Chalk #EACEFF
Tints of Blue Chalk #EACEFF
RGB
CMYK
RGB Variations
Color information
#EACEFF (or 0xEACEFF) is known color: Blue Chalk. HEX triplet: EA, CE and FF. RGB value is (234,206,255). Sum of RGB (Red+Green+Blue) = 234+206+255=695 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.67% from 695); Green value is 206 (80.86% from 255 or 29.64% from 695); Blue value is 255 (100% from 255 or 36.69% from 695); Max value from RGB is 255 - color contains mainly: blue. Hex color #EACEFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACEFF is #153100. Grayscale: #DBDBDB. Windows color (decimal): -1388801 or 16764650. OLE color: 16764650.
HSL color Cylindrical-coordinate representation of color #EACEFF: hue angle of 274.29º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EACEFF is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 234 | 206 | 255 | - |
| CMYK | 0.08 | 0.19 | 0 | 0 |
| HSL | 274.29º | 1% | 0.9% | - |
| HSV(B) | 274.29º | 0.19% | 1% | - |
| XYZ | 74.05 | 68.86 | 104 | - |
| YUV | 219.96 | 147.78 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 206 | 255 | 0.08 | 0.19 | 0 | 0 | 274.29 | 1 | 0.9 |
| Hex | EA | CE | FF | 8 | 13 | 0 | 0 | 112 | 64 | 5A |
| Octal | 352 | 316 | 377 | 10 | 23 | 0 | 0 | 422 | 144 | 132 |
| Binary | 11101010 | 11001110 | 11111111 | 1000 | 10011 | 0 | 0 | 100010010 | 1100100 | 1011010 |
Color Harmonies of #EACEFF
Complementary color
Monochromatic Colors of #EACEFF
Black with #EACEFF
Text Example
Text Example
White with #EACEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACEFF; }
p { color: rgb(234,206,255); }
H1.HeaderClassName
{
color: #EACEFF;
}
.AnyTagClassName
{
color: #EACEFF;
}
</style>
background-color css
<style>
a { background-color: #EACEFF; }
a { background-color: rgb(234,206,255); }
div.DivClassName
{
background-color: #EACEFF;
}
.BgClassName
{
background-color: #EACEFF;
}
</style>
border-color css
<style>
span { border-color: #EACEFF; }
span { border-color: rgb(234,206,255); }
td.TdClassName
{
border-color: #EACEFF;
}
.TagClassName
{
border-color: #EACEFF;
}
</style>