Shades of Blue Chalk #EBCBFF
Tints of Blue Chalk #EBCBFF
RGB
CMYK
RGB Variations
Color information
#EBCBFF (or 0xEBCBFF) is known color: Blue Chalk. HEX triplet: EB, CB and FF. RGB value is (235,203,255). Sum of RGB (Red+Green+Blue) = 235+203+255=693 (91% of max value = 765). Red value is 235 (92.19% from 255 or 33.91% from 693); Green value is 203 (79.69% from 255 or 29.29% from 693); Blue value is 255 (100% from 255 or 36.80% from 693); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBCBFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCBFF is #143400. Grayscale: #DADADA. Windows color (decimal): -1324033 or 16763883. OLE color: 16763883.
HSL color Cylindrical-coordinate representation of color #EBCBFF: hue angle of 276.92º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EBCBFF is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 235 | 203 | 255 | - |
| CMYK | 0.08 | 0.20 | 0 | 0 |
| HSL | 276.92º | 1% | 0.9% | - |
| HSV(B) | 276.92º | 0.2% | 1% | - |
| XYZ | 73.67 | 67.59 | 103.77 | - |
| YUV | 218.5 | 148.6 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 203 | 255 | 0.08 | 0.20 | 0 | 0 | 276.92 | 1 | 0.9 |
| Hex | EB | CB | FF | 8 | 14 | 0 | 0 | 115 | 64 | 5A |
| Octal | 353 | 313 | 377 | 10 | 24 | 0 | 0 | 425 | 144 | 132 |
| Binary | 11101011 | 11001011 | 11111111 | 1000 | 10100 | 0 | 0 | 100010101 | 1100100 | 1011010 |
Color Harmonies of #EBCBFF
Complementary color
Monochromatic Colors of #EBCBFF
Black with #EBCBFF
Text Example
Text Example
White with #EBCBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCBFF; }
p { color: rgb(235,203,255); }
H1.HeaderClassName
{
color: #EBCBFF;
}
.AnyTagClassName
{
color: #EBCBFF;
}
</style>
background-color css
<style>
a { background-color: #EBCBFF; }
a { background-color: rgb(235,203,255); }
div.DivClassName
{
background-color: #EBCBFF;
}
.BgClassName
{
background-color: #EBCBFF;
}
</style>
border-color css
<style>
span { border-color: #EBCBFF; }
span { border-color: rgb(235,203,255); }
td.TdClassName
{
border-color: #EBCBFF;
}
.TagClassName
{
border-color: #EBCBFF;
}
</style>