Shades of Blue Chalk #EBC5FA
Tints of Blue Chalk #EBC5FA
RGB
CMYK
RGB Variations
Color information
#EBC5FA (or 0xEBC5FA) is known color: Blue Chalk. HEX triplet: EB, C5 and FA. RGB value is (235,197,250). Sum of RGB (Red+Green+Blue) = 235+197+250=682 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.46% from 682); Green value is 197 (77.34% from 255 or 28.89% from 682); Blue value is 250 (98.05% from 255 or 36.66% from 682); Max value from RGB is 250 - color contains mainly: blue. Hex color #EBC5FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC5FA is #143A05. Grayscale: #D6D6D6. Windows color (decimal): -1325574 or 16434667. OLE color: 16434667.
HSL color Cylindrical-coordinate representation of color #EBC5FA: hue angle of 283.02º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EBC5FA is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 235 | 197 | 250 | - |
| CMYK | 0.06 | 0.21 | 0 | 0.02 |
| HSL | 283.02º | 0.84% | 0.88% | - |
| HSV(B) | 283.02º | 0.21% | 0.98% | - |
| XYZ | 71.48 | 64.5 | 99.12 | - |
| YUV | 214.4 | 148.09 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 197 | 250 | 0.06 | 0.21 | 0 | 0.02 | 283.02 | 0.84 | 0.88 |
| Hex | EB | C5 | FA | 6 | 15 | 0 | 2 | 11B | 54 | 58 |
| Octal | 353 | 305 | 372 | 6 | 25 | 0 | 2 | 433 | 124 | 130 |
| Binary | 11101011 | 11000101 | 11111010 | 110 | 10101 | 0 | 10 | 100011011 | 1010100 | 1011000 |
Color Harmonies of #EBC5FA
Complementary color
Monochromatic Colors of #EBC5FA
Black with #EBC5FA
Text Example
Text Example
White with #EBC5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC5FA; }
p { color: rgb(235,197,250); }
H1.HeaderClassName
{
color: #EBC5FA;
}
.AnyTagClassName
{
color: #EBC5FA;
}
</style>
background-color css
<style>
a { background-color: #EBC5FA; }
a { background-color: rgb(235,197,250); }
div.DivClassName
{
background-color: #EBC5FA;
}
.BgClassName
{
background-color: #EBC5FA;
}
</style>
border-color css
<style>
span { border-color: #EBC5FA; }
span { border-color: rgb(235,197,250); }
td.TdClassName
{
border-color: #EBC5FA;
}
.TagClassName
{
border-color: #EBC5FA;
}
</style>