Shades of Blue Chalk #EACBFB
Tints of Blue Chalk #EACBFB
RGB
CMYK
RGB Variations
Color information
#EACBFB (or 0xEACBFB) is known color: Blue Chalk. HEX triplet: EA, CB and FB. RGB value is (234,203,251). Sum of RGB (Red+Green+Blue) = 234+203+251=688 (91% of max value = 765). Red value is 234 (91.80% from 255 or 34.01% from 688); Green value is 203 (79.69% from 255 or 29.51% from 688); Blue value is 251 (98.44% from 255 or 36.48% from 688); Max value from RGB is 251 - color contains mainly: blue. Hex color #EACBFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACBFB is #153404. Grayscale: #D9D9D9. Windows color (decimal): -1389573 or 16501738. OLE color: 16501738.
HSL color Cylindrical-coordinate representation of color #EACBFB: hue angle of 278.75º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EACBFB is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 234 | 203 | 251 | - |
| CMYK | 0.07 | 0.19 | 0 | 0.02 |
| HSL | 278.75º | 0.86% | 0.89% | - |
| HSV(B) | 278.75º | 0.19% | 0.98% | - |
| XYZ | 72.7 | 67.17 | 100.4 | - |
| YUV | 217.74 | 146.77 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 203 | 251 | 0.07 | 0.19 | 0 | 0.02 | 278.75 | 0.86 | 0.89 |
| Hex | EA | CB | FB | 7 | 13 | 0 | 2 | 117 | 56 | 59 |
| Octal | 352 | 313 | 373 | 7 | 23 | 0 | 2 | 427 | 126 | 131 |
| Binary | 11101010 | 11001011 | 11111011 | 111 | 10011 | 0 | 10 | 100010111 | 1010110 | 1011001 |
Color Harmonies of #EACBFB
Complementary color
Monochromatic Colors of #EACBFB
Black with #EACBFB
Text Example
Text Example
White with #EACBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACBFB; }
p { color: rgb(234,203,251); }
H1.HeaderClassName
{
color: #EACBFB;
}
.AnyTagClassName
{
color: #EACBFB;
}
</style>
background-color css
<style>
a { background-color: #EACBFB; }
a { background-color: rgb(234,203,251); }
div.DivClassName
{
background-color: #EACBFB;
}
.BgClassName
{
background-color: #EACBFB;
}
</style>
border-color css
<style>
span { border-color: #EACBFB; }
span { border-color: rgb(234,203,251); }
td.TdClassName
{
border-color: #EACBFB;
}
.TagClassName
{
border-color: #EACBFB;
}
</style>