Shades of Blue Chalk #EACBF4
Tints of Blue Chalk #EACBF4
RGB
CMYK
RGB Variations
Color information
#EACBF4 (or 0xEACBF4) is known color: Blue Chalk. HEX triplet: EA, CB and F4. RGB value is (234,203,244). Sum of RGB (Red+Green+Blue) = 234+203+244=681 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.36% from 681); Green value is 203 (79.69% from 255 or 29.81% from 681); Blue value is 244 (95.70% from 255 or 35.83% from 681); Max value from RGB is 244 - color contains mainly: blue. Hex color #EACBF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACBF4 is #15340B. Grayscale: #D8D8D8. Windows color (decimal): -1389580 or 16042986. OLE color: 16042986.
HSL color Cylindrical-coordinate representation of color #EACBF4: hue angle of 285.37º degrees, saturation: 0.65, 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 #EACBF4 is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 203 | 244 | - |
| CMYK | 0.04 | 0.17 | 0 | 0.04 |
| HSL | 285.37º | 0.65% | 0.88% | - |
| HSV(B) | 285.37º | 0.17% | 0.96% | - |
| XYZ | 71.62 | 66.74 | 94.69 | - |
| YUV | 216.94 | 143.27 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 203 | 244 | 0.04 | 0.17 | 0 | 0.04 | 285.37 | 0.65 | 0.88 |
| Hex | EA | CB | F4 | 4 | 11 | 0 | 4 | 11D | 41 | 58 |
| Octal | 352 | 313 | 364 | 4 | 21 | 0 | 4 | 435 | 101 | 130 |
| Binary | 11101010 | 11001011 | 11110100 | 100 | 10001 | 0 | 100 | 100011101 | 1000001 | 1011000 |
Color Harmonies of #EACBF4
Complementary color
Monochromatic Colors of #EACBF4
Black with #EACBF4
Text Example
Text Example
White with #EACBF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACBF4; }
p { color: rgb(234,203,244); }
H1.HeaderClassName
{
color: #EACBF4;
}
.AnyTagClassName
{
color: #EACBF4;
}
</style>
background-color css
<style>
a { background-color: #EACBF4; }
a { background-color: rgb(234,203,244); }
div.DivClassName
{
background-color: #EACBF4;
}
.BgClassName
{
background-color: #EACBF4;
}
</style>
border-color css
<style>
span { border-color: #EACBF4; }
span { border-color: rgb(234,203,244); }
td.TdClassName
{
border-color: #EACBF4;
}
.TagClassName
{
border-color: #EACBF4;
}
</style>