Shades of Blue Chalk #EBC9FB
Tints of Blue Chalk #EBC9FB
RGB
CMYK
RGB Variations
Color information
#EBC9FB (or 0xEBC9FB) is known color: Blue Chalk. HEX triplet: EB, C9 and FB. RGB value is (235,201,251). Sum of RGB (Red+Green+Blue) = 235+201+251=687 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.21% from 687); Green value is 201 (78.91% from 255 or 29.26% from 687); Blue value is 251 (98.44% from 255 or 36.54% from 687); Max value from RGB is 251 - color contains mainly: blue. Hex color #EBC9FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC9FB is #143604. Grayscale: #D8D8D8. Windows color (decimal): -1324549 or 16501227. OLE color: 16501227.
HSL color Cylindrical-coordinate representation of color #EBC9FB: hue angle of 280.8º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EBC9FB is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 235 | 201 | 251 | - |
| CMYK | 0.06 | 0.20 | 0 | 0.02 |
| HSL | 280.8º | 0.86% | 0.89% | - |
| HSV(B) | 280.8º | 0.2% | 0.98% | - |
| XYZ | 72.56 | 66.4 | 100.26 | - |
| YUV | 216.87 | 147.26 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 201 | 251 | 0.06 | 0.20 | 0 | 0.02 | 280.8 | 0.86 | 0.89 |
| Hex | EB | C9 | FB | 6 | 14 | 0 | 2 | 119 | 56 | 59 |
| Octal | 353 | 311 | 373 | 6 | 24 | 0 | 2 | 431 | 126 | 131 |
| Binary | 11101011 | 11001001 | 11111011 | 110 | 10100 | 0 | 10 | 100011001 | 1010110 | 1011001 |
Color Harmonies of #EBC9FB
Complementary color
Monochromatic Colors of #EBC9FB
Black with #EBC9FB
Text Example
Text Example
White with #EBC9FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC9FB; }
p { color: rgb(235,201,251); }
H1.HeaderClassName
{
color: #EBC9FB;
}
.AnyTagClassName
{
color: #EBC9FB;
}
</style>
background-color css
<style>
a { background-color: #EBC9FB; }
a { background-color: rgb(235,201,251); }
div.DivClassName
{
background-color: #EBC9FB;
}
.BgClassName
{
background-color: #EBC9FB;
}
</style>
border-color css
<style>
span { border-color: #EBC9FB; }
span { border-color: rgb(235,201,251); }
td.TdClassName
{
border-color: #EBC9FB;
}
.TagClassName
{
border-color: #EBC9FB;
}
</style>