Shades of Blue Chalk #EBC8FA
Tints of Blue Chalk #EBC8FA
RGB
CMYK
RGB Variations
Color information
#EBC8FA (or 0xEBC8FA) is known color: Blue Chalk. HEX triplet: EB, C8 and FA. RGB value is (235,200,250). Sum of RGB (Red+Green+Blue) = 235+200+250=685 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.31% from 685); Green value is 200 (78.52% from 255 or 29.20% from 685); Blue value is 250 (98.05% from 255 or 36.50% from 685); Max value from RGB is 250 - color contains mainly: blue. Hex color #EBC8FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC8FA is #143705. Grayscale: #D8D8D8. Windows color (decimal): -1324806 or 16435435. OLE color: 16435435.
HSL color Cylindrical-coordinate representation of color #EBC8FA: hue angle of 282º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EBC8FA is Cyan = 0.06, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 235 | 200 | 250 | - |
| CMYK | 0.06 | 0.2 | 0 | 0.02 |
| HSL | 282º | 0.83% | 0.88% | - |
| HSV(B) | 282º | 0.2% | 0.98% | - |
| XYZ | 72.17 | 65.87 | 99.35 | - |
| YUV | 216.17 | 147.1 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 200 | 250 | 0.06 | 0.2 | 0 | 0.02 | 282 | 0.83 | 0.88 |
| Hex | EB | C8 | FA | 6 | 14 | 0 | 2 | 11A | 53 | 58 |
| Octal | 353 | 310 | 372 | 6 | 24 | 0 | 2 | 432 | 123 | 130 |
| Binary | 11101011 | 11001000 | 11111010 | 110 | 10100 | 0 | 10 | 100011010 | 1010011 | 1011000 |
Color Harmonies of #EBC8FA
Complementary color
Monochromatic Colors of #EBC8FA
Black with #EBC8FA
Text Example
Text Example
White with #EBC8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC8FA; }
p { color: rgb(235,200,250); }
H1.HeaderClassName
{
color: #EBC8FA;
}
.AnyTagClassName
{
color: #EBC8FA;
}
</style>
background-color css
<style>
a { background-color: #EBC8FA; }
a { background-color: rgb(235,200,250); }
div.DivClassName
{
background-color: #EBC8FA;
}
.BgClassName
{
background-color: #EBC8FA;
}
</style>
border-color css
<style>
span { border-color: #EBC8FA; }
span { border-color: rgb(235,200,250); }
td.TdClassName
{
border-color: #EBC8FA;
}
.TagClassName
{
border-color: #EBC8FA;
}
</style>