Shades of Blue Chalk #EACFF4
Tints of Blue Chalk #EACFF4
RGB
CMYK
RGB Variations
Color information
#EACFF4 (or 0xEACFF4) is known color: Blue Chalk. HEX triplet: EA, CF and F4. RGB value is (234,207,244). Sum of RGB (Red+Green+Blue) = 234+207+244=685 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.16% from 685); Green value is 207 (81.25% from 255 or 30.22% from 685); Blue value is 244 (95.70% from 255 or 35.62% from 685); Max value from RGB is 244 - color contains mainly: blue. Hex color #EACFF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACFF4 is #15300B. Grayscale: #DBDBDB. Windows color (decimal): -1388556 or 16044010. OLE color: 16044010.
HSL color Cylindrical-coordinate representation of color #EACFF4: hue angle of 283.78º degrees, saturation: 0.63, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EACFF4 is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 207 | 244 | - |
| CMYK | 0.04 | 0.15 | 0 | 0.04 |
| HSL | 283.78º | 0.63% | 0.88% | - |
| HSV(B) | 283.78º | 0.15% | 0.96% | - |
| XYZ | 72.57 | 68.65 | 95.01 | - |
| YUV | 219.29 | 141.95 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 207 | 244 | 0.04 | 0.15 | 0 | 0.04 | 283.78 | 0.63 | 0.88 |
| Hex | EA | CF | F4 | 4 | F | 0 | 4 | 11C | 3F | 58 |
| Octal | 352 | 317 | 364 | 4 | 17 | 0 | 4 | 434 | 77 | 130 |
| Binary | 11101010 | 11001111 | 11110100 | 100 | 1111 | 0 | 100 | 100011100 | 111111 | 1011000 |
Color Harmonies of #EACFF4
Complementary color
Monochromatic Colors of #EACFF4
Black with #EACFF4
Text Example
Text Example
White with #EACFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACFF4; }
p { color: rgb(234,207,244); }
H1.HeaderClassName
{
color: #EACFF4;
}
.AnyTagClassName
{
color: #EACFF4;
}
</style>
background-color css
<style>
a { background-color: #EACFF4; }
a { background-color: rgb(234,207,244); }
div.DivClassName
{
background-color: #EACFF4;
}
.BgClassName
{
background-color: #EACFF4;
}
</style>
border-color css
<style>
span { border-color: #EACFF4; }
span { border-color: rgb(234,207,244); }
td.TdClassName
{
border-color: #EACFF4;
}
.TagClassName
{
border-color: #EACFF4;
}
</style>