Shades of Blue Chalk #EACEFC
Tints of Blue Chalk #EACEFC
RGB
CMYK
RGB Variations
Color information
#EACEFC (or 0xEACEFC) is known color: Blue Chalk. HEX triplet: EA, CE and FC. RGB value is (234,206,252). Sum of RGB (Red+Green+Blue) = 234+206+252=692 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.82% from 692); Green value is 206 (80.86% from 255 or 29.77% from 692); Blue value is 252 (98.83% from 255 or 36.42% from 692); Max value from RGB is 252 - color contains mainly: blue. Hex color #EACEFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACEFC is #153103. Grayscale: #DBDBDB. Windows color (decimal): -1388804 or 16568042. OLE color: 16568042.
HSL color Cylindrical-coordinate representation of color #EACEFC: hue angle of 276.52º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EACEFC is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 234 | 206 | 252 | - |
| CMYK | 0.07 | 0.18 | 0 | 0.01 |
| HSL | 276.52º | 0.88% | 0.9% | - |
| HSV(B) | 276.52º | 0.18% | 0.99% | - |
| XYZ | 73.57 | 68.66 | 101.47 | - |
| YUV | 219.62 | 146.28 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 206 | 252 | 0.07 | 0.18 | 0 | 0.01 | 276.52 | 0.88 | 0.9 |
| Hex | EA | CE | FC | 7 | 12 | 0 | 1 | 115 | 58 | 5A |
| Octal | 352 | 316 | 374 | 7 | 22 | 0 | 1 | 425 | 130 | 132 |
| Binary | 11101010 | 11001110 | 11111100 | 111 | 10010 | 0 | 1 | 100010101 | 1011000 | 1011010 |
Color Harmonies of #EACEFC
Complementary color
Monochromatic Colors of #EACEFC
Black with #EACEFC
Text Example
Text Example
White with #EACEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACEFC; }
p { color: rgb(234,206,252); }
H1.HeaderClassName
{
color: #EACEFC;
}
.AnyTagClassName
{
color: #EACEFC;
}
</style>
background-color css
<style>
a { background-color: #EACEFC; }
a { background-color: rgb(234,206,252); }
div.DivClassName
{
background-color: #EACEFC;
}
.BgClassName
{
background-color: #EACEFC;
}
</style>
border-color css
<style>
span { border-color: #EACEFC; }
span { border-color: rgb(234,206,252); }
td.TdClassName
{
border-color: #EACEFC;
}
.TagClassName
{
border-color: #EACEFC;
}
</style>