Shades of Blue Chalk #EBC9FA
Tints of Blue Chalk #EBC9FA
RGB
CMYK
RGB Variations
Color information
#EBC9FA (or 0xEBC9FA) is known color: Blue Chalk. HEX triplet: EB, C9 and FA. RGB value is (235,201,250). Sum of RGB (Red+Green+Blue) = 235+201+250=686 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.26% from 686); Green value is 201 (78.91% from 255 or 29.30% from 686); Blue value is 250 (98.05% from 255 or 36.44% from 686); Max value from RGB is 250 - color contains mainly: blue. Hex color #EBC9FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC9FA is #143605. Grayscale: #D8D8D8. Windows color (decimal): -1324550 or 16435691. OLE color: 16435691.
HSL color Cylindrical-coordinate representation of color #EBC9FA: hue angle of 281.63º 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 #EBC9FA is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 235 | 201 | 250 | - |
| CMYK | 0.06 | 0.20 | 0 | 0.02 |
| HSL | 281.63º | 0.83% | 0.88% | - |
| HSV(B) | 281.63º | 0.2% | 0.98% | - |
| XYZ | 72.4 | 66.34 | 99.43 | - |
| YUV | 216.75 | 146.76 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 201 | 250 | 0.06 | 0.20 | 0 | 0.02 | 281.63 | 0.83 | 0.88 |
| Hex | EB | C9 | FA | 6 | 14 | 0 | 2 | 11A | 53 | 58 |
| Octal | 353 | 311 | 372 | 6 | 24 | 0 | 2 | 432 | 123 | 130 |
| Binary | 11101011 | 11001001 | 11111010 | 110 | 10100 | 0 | 10 | 100011010 | 1010011 | 1011000 |
Color Harmonies of #EBC9FA
Complementary color
Monochromatic Colors of #EBC9FA
Black with #EBC9FA
Text Example
Text Example
White with #EBC9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC9FA; }
p { color: rgb(235,201,250); }
H1.HeaderClassName
{
color: #EBC9FA;
}
.AnyTagClassName
{
color: #EBC9FA;
}
</style>
background-color css
<style>
a { background-color: #EBC9FA; }
a { background-color: rgb(235,201,250); }
div.DivClassName
{
background-color: #EBC9FA;
}
.BgClassName
{
background-color: #EBC9FA;
}
</style>
border-color css
<style>
span { border-color: #EBC9FA; }
span { border-color: rgb(235,201,250); }
td.TdClassName
{
border-color: #EBC9FA;
}
.TagClassName
{
border-color: #EBC9FA;
}
</style>