Shades of Blue Chalk #EACBF8
Tints of Blue Chalk #EACBF8
RGB
CMYK
RGB Variations
Color information
#EACBF8 (or 0xEACBF8) is known color: Blue Chalk. HEX triplet: EA, CB and F8. RGB value is (234,203,248). Sum of RGB (Red+Green+Blue) = 234+203+248=685 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.16% from 685); Green value is 203 (79.69% from 255 or 29.64% from 685); Blue value is 248 (97.27% from 255 or 36.20% from 685); Max value from RGB is 248 - color contains mainly: blue. Hex color #EACBF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACBF8 is #153407. Grayscale: #D9D9D9. Windows color (decimal): -1389576 or 16305130. OLE color: 16305130.
HSL color Cylindrical-coordinate representation of color #EACBF8: hue angle of 281.33º degrees, saturation: 0.76, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EACBF8 is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 234 | 203 | 248 | - |
| CMYK | 0.06 | 0.18 | 0 | 0.03 |
| HSL | 281.33º | 0.76% | 0.88% | - |
| HSV(B) | 281.33º | 0.18% | 0.97% | - |
| XYZ | 72.23 | 66.98 | 97.93 | - |
| YUV | 217.4 | 145.27 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 203 | 248 | 0.06 | 0.18 | 0 | 0.03 | 281.33 | 0.76 | 0.88 |
| Hex | EA | CB | F8 | 6 | 12 | 0 | 3 | 119 | 4C | 58 |
| Octal | 352 | 313 | 370 | 6 | 22 | 0 | 3 | 431 | 114 | 130 |
| Binary | 11101010 | 11001011 | 11111000 | 110 | 10010 | 0 | 11 | 100011001 | 1001100 | 1011000 |
Color Harmonies of #EACBF8
Complementary color
Monochromatic Colors of #EACBF8
Black with #EACBF8
Text Example
Text Example
White with #EACBF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACBF8; }
p { color: rgb(234,203,248); }
H1.HeaderClassName
{
color: #EACBF8;
}
.AnyTagClassName
{
color: #EACBF8;
}
</style>
background-color css
<style>
a { background-color: #EACBF8; }
a { background-color: rgb(234,203,248); }
div.DivClassName
{
background-color: #EACBF8;
}
.BgClassName
{
background-color: #EACBF8;
}
</style>
border-color css
<style>
span { border-color: #EACBF8; }
span { border-color: rgb(234,203,248); }
td.TdClassName
{
border-color: #EACBF8;
}
.TagClassName
{
border-color: #EACBF8;
}
</style>