Shades of Blue Chalk #EBCBFC
Tints of Blue Chalk #EBCBFC
RGB
CMYK
RGB Variations
Color information
#EBCBFC (or 0xEBCBFC) is known color: Blue Chalk. HEX triplet: EB, CB and FC. RGB value is (235,203,252). Sum of RGB (Red+Green+Blue) = 235+203+252=690 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.06% from 690); Green value is 203 (79.69% from 255 or 29.42% from 690); Blue value is 252 (98.83% from 255 or 36.52% from 690); Max value from RGB is 252 - color contains mainly: blue. Hex color #EBCBFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCBFC is #143403. Grayscale: #D9D9D9. Windows color (decimal): -1324036 or 16567275. OLE color: 16567275.
HSL color Cylindrical-coordinate representation of color #EBCBFC: hue angle of 279.18º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EBCBFC is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 235 | 203 | 252 | - |
| CMYK | 0.07 | 0.19 | 0 | 0.01 |
| HSL | 279.18º | 0.89% | 0.89% | - |
| HSV(B) | 279.18º | 0.19% | 0.99% | - |
| XYZ | 73.19 | 67.4 | 101.25 | - |
| YUV | 218.15 | 147.1 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 203 | 252 | 0.07 | 0.19 | 0 | 0.01 | 279.18 | 0.89 | 0.89 |
| Hex | EB | CB | FC | 7 | 13 | 0 | 1 | 117 | 59 | 59 |
| Octal | 353 | 313 | 374 | 7 | 23 | 0 | 1 | 427 | 131 | 131 |
| Binary | 11101011 | 11001011 | 11111100 | 111 | 10011 | 0 | 1 | 100010111 | 1011001 | 1011001 |
Color Harmonies of #EBCBFC
Complementary color
Monochromatic Colors of #EBCBFC
Black with #EBCBFC
Text Example
Text Example
White with #EBCBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCBFC; }
p { color: rgb(235,203,252); }
H1.HeaderClassName
{
color: #EBCBFC;
}
.AnyTagClassName
{
color: #EBCBFC;
}
</style>
background-color css
<style>
a { background-color: #EBCBFC; }
a { background-color: rgb(235,203,252); }
div.DivClassName
{
background-color: #EBCBFC;
}
.BgClassName
{
background-color: #EBCBFC;
}
</style>
border-color css
<style>
span { border-color: #EBCBFC; }
span { border-color: rgb(235,203,252); }
td.TdClassName
{
border-color: #EBCBFC;
}
.TagClassName
{
border-color: #EBCBFC;
}
</style>