Shades of Blue Chalk #EBC8FB
Tints of Blue Chalk #EBC8FB
RGB
CMYK
RGB Variations
Color information
#EBC8FB (or 0xEBC8FB) is known color: Blue Chalk. HEX triplet: EB, C8 and FB. RGB value is (235,200,251). Sum of RGB (Red+Green+Blue) = 235+200+251=686 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.26% from 686); Green value is 200 (78.52% from 255 or 29.15% from 686); Blue value is 251 (98.44% from 255 or 36.59% from 686); Max value from RGB is 251 - color contains mainly: blue. Hex color #EBC8FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC8FB is #143704. Grayscale: #D8D8D8. Windows color (decimal): -1324805 or 16500971. OLE color: 16500971.
HSL color Cylindrical-coordinate representation of color #EBC8FB: hue angle of 281.18º degrees, saturation: 0.86, 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 #EBC8FB is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 235 | 200 | 251 | - |
| CMYK | 0.06 | 0.20 | 0 | 0.02 |
| HSL | 281.18º | 0.86% | 0.88% | - |
| HSV(B) | 281.18º | 0.2% | 0.98% | - |
| XYZ | 72.33 | 65.94 | 100.18 | - |
| YUV | 216.28 | 147.6 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 200 | 251 | 0.06 | 0.20 | 0 | 0.02 | 281.18 | 0.86 | 0.88 |
| Hex | EB | C8 | FB | 6 | 14 | 0 | 2 | 119 | 56 | 58 |
| Octal | 353 | 310 | 373 | 6 | 24 | 0 | 2 | 431 | 126 | 130 |
| Binary | 11101011 | 11001000 | 11111011 | 110 | 10100 | 0 | 10 | 100011001 | 1010110 | 1011000 |
Color Harmonies of #EBC8FB
Complementary color
Monochromatic Colors of #EBC8FB
Black with #EBC8FB
Text Example
Text Example
White with #EBC8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC8FB; }
p { color: rgb(235,200,251); }
H1.HeaderClassName
{
color: #EBC8FB;
}
.AnyTagClassName
{
color: #EBC8FB;
}
</style>
background-color css
<style>
a { background-color: #EBC8FB; }
a { background-color: rgb(235,200,251); }
div.DivClassName
{
background-color: #EBC8FB;
}
.BgClassName
{
background-color: #EBC8FB;
}
</style>
border-color css
<style>
span { border-color: #EBC8FB; }
span { border-color: rgb(235,200,251); }
td.TdClassName
{
border-color: #EBC8FB;
}
.TagClassName
{
border-color: #EBC8FB;
}
</style>