Shades of Blue Chalk #EBC8F8
Tints of Blue Chalk #EBC8F8
RGB
CMYK
RGB Variations
Color information
#EBC8F8 (or 0xEBC8F8) is known color: Blue Chalk. HEX triplet: EB, C8 and F8. RGB value is (235,200,248). Sum of RGB (Red+Green+Blue) = 235+200+248=683 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.41% from 683); Green value is 200 (78.52% from 255 or 29.28% from 683); Blue value is 248 (97.27% from 255 or 36.31% from 683); Max value from RGB is 248 - color contains mainly: blue. Hex color #EBC8F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC8F8 is #143707. Grayscale: #D7D7D7. Windows color (decimal): -1324808 or 16304363. OLE color: 16304363.
HSL color Cylindrical-coordinate representation of color #EBC8F8: hue angle of 283.75º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EBC8F8 is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 235 | 200 | 248 | - |
| CMYK | 0.05 | 0.19 | 0 | 0.03 |
| HSL | 283.75º | 0.77% | 0.88% | - |
| HSV(B) | 283.75º | 0.19% | 0.97% | - |
| XYZ | 71.86 | 65.75 | 97.71 | - |
| YUV | 215.94 | 146.1 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 200 | 248 | 0.05 | 0.19 | 0 | 0.03 | 283.75 | 0.77 | 0.88 |
| Hex | EB | C8 | F8 | 5 | 13 | 0 | 3 | 11C | 4D | 58 |
| Octal | 353 | 310 | 370 | 5 | 23 | 0 | 3 | 434 | 115 | 130 |
| Binary | 11101011 | 11001000 | 11111000 | 101 | 10011 | 0 | 11 | 100011100 | 1001101 | 1011000 |
Color Harmonies of #EBC8F8
Complementary color
Monochromatic Colors of #EBC8F8
Black with #EBC8F8
Text Example
Text Example
White with #EBC8F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC8F8; }
p { color: rgb(235,200,248); }
H1.HeaderClassName
{
color: #EBC8F8;
}
.AnyTagClassName
{
color: #EBC8F8;
}
</style>
background-color css
<style>
a { background-color: #EBC8F8; }
a { background-color: rgb(235,200,248); }
div.DivClassName
{
background-color: #EBC8F8;
}
.BgClassName
{
background-color: #EBC8F8;
}
</style>
border-color css
<style>
span { border-color: #EBC8F8; }
span { border-color: rgb(235,200,248); }
td.TdClassName
{
border-color: #EBC8F8;
}
.TagClassName
{
border-color: #EBC8F8;
}
</style>