Shades of Blue Chalk #EBC8FD
Tints of Blue Chalk #EBC8FD
RGB
CMYK
RGB Variations
Color information
#EBC8FD (or 0xEBC8FD) is known color: Blue Chalk. HEX triplet: EB, C8 and FD. RGB value is (235,200,253). Sum of RGB (Red+Green+Blue) = 235+200+253=688 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.16% from 688); Green value is 200 (78.52% from 255 or 29.07% from 688); Blue value is 253 (99.22% from 255 or 36.77% from 688); Max value from RGB is 253 - color contains mainly: blue. Hex color #EBC8FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC8FD is #143702. Grayscale: #D8D8D8. Windows color (decimal): -1324803 or 16632043. OLE color: 16632043.
HSL color Cylindrical-coordinate representation of color #EBC8FD: hue angle of 279.62º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EBC8FD is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 235 | 200 | 253 | - |
| CMYK | 0.07 | 0.21 | 0 | 0.01 |
| HSL | 279.62º | 0.93% | 0.89% | - |
| HSV(B) | 279.62º | 0.21% | 0.99% | - |
| XYZ | 72.64 | 66.06 | 101.85 | - |
| YUV | 216.51 | 148.6 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 200 | 253 | 0.07 | 0.21 | 0 | 0.01 | 279.62 | 0.93 | 0.89 |
| Hex | EB | C8 | FD | 7 | 15 | 0 | 1 | 118 | 5D | 59 |
| Octal | 353 | 310 | 375 | 7 | 25 | 0 | 1 | 430 | 135 | 131 |
| Binary | 11101011 | 11001000 | 11111101 | 111 | 10101 | 0 | 1 | 100011000 | 1011101 | 1011001 |
Color Harmonies of #EBC8FD
Complementary color
Monochromatic Colors of #EBC8FD
Black with #EBC8FD
Text Example
Text Example
White with #EBC8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC8FD; }
p { color: rgb(235,200,253); }
H1.HeaderClassName
{
color: #EBC8FD;
}
.AnyTagClassName
{
color: #EBC8FD;
}
</style>
background-color css
<style>
a { background-color: #EBC8FD; }
a { background-color: rgb(235,200,253); }
div.DivClassName
{
background-color: #EBC8FD;
}
.BgClassName
{
background-color: #EBC8FD;
}
</style>
border-color css
<style>
span { border-color: #EBC8FD; }
span { border-color: rgb(235,200,253); }
td.TdClassName
{
border-color: #EBC8FD;
}
.TagClassName
{
border-color: #EBC8FD;
}
</style>