Shades of Blue Chalk #EACCF5
Tints of Blue Chalk #EACCF5
RGB
CMYK
RGB Variations
Color information
#EACCF5 (or 0xEACCF5) is known color: Blue Chalk. HEX triplet: EA, CC and F5. RGB value is (234,204,245). Sum of RGB (Red+Green+Blue) = 234+204+245=683 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.26% from 683); Green value is 204 (80.08% from 255 or 29.87% from 683); Blue value is 245 (96.09% from 255 or 35.87% from 683); Max value from RGB is 245 - color contains mainly: blue. Hex color #EACCF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACCF5 is #15330A. Grayscale: #D9D9D9. Windows color (decimal): -1389323 or 16108778. OLE color: 16108778.
HSL color Cylindrical-coordinate representation of color #EACCF5: hue angle of 283.9º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EACCF5 is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 204 | 245 | - |
| CMYK | 0.04 | 0.17 | 0 | 0.04 |
| HSL | 283.9º | 0.67% | 0.88% | - |
| HSV(B) | 283.9º | 0.17% | 0.96% | - |
| XYZ | 72.01 | 67.27 | 95.58 | - |
| YUV | 217.64 | 143.44 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 204 | 245 | 0.04 | 0.17 | 0 | 0.04 | 283.9 | 0.67 | 0.88 |
| Hex | EA | CC | F5 | 4 | 11 | 0 | 4 | 11C | 43 | 58 |
| Octal | 352 | 314 | 365 | 4 | 21 | 0 | 4 | 434 | 103 | 130 |
| Binary | 11101010 | 11001100 | 11110101 | 100 | 10001 | 0 | 100 | 100011100 | 1000011 | 1011000 |
Color Harmonies of #EACCF5
Complementary color
Monochromatic Colors of #EACCF5
Black with #EACCF5
Text Example
Text Example
White with #EACCF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACCF5; }
p { color: rgb(234,204,245); }
H1.HeaderClassName
{
color: #EACCF5;
}
.AnyTagClassName
{
color: #EACCF5;
}
</style>
background-color css
<style>
a { background-color: #EACCF5; }
a { background-color: rgb(234,204,245); }
div.DivClassName
{
background-color: #EACCF5;
}
.BgClassName
{
background-color: #EACCF5;
}
</style>
border-color css
<style>
span { border-color: #EACCF5; }
span { border-color: rgb(234,204,245); }
td.TdClassName
{
border-color: #EACCF5;
}
.TagClassName
{
border-color: #EACCF5;
}
</style>