Shades of Blue Chalk #EBC1F3
Tints of Blue Chalk #EBC1F3
RGB
CMYK
RGB Variations
Color information
#EBC1F3 (or 0xEBC1F3) is known color: Blue Chalk. HEX triplet: EB, C1 and F3. RGB value is (235,193,243). Sum of RGB (Red+Green+Blue) = 235+193+243=671 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.02% from 671); Green value is 193 (75.78% from 255 or 28.76% from 671); Blue value is 243 (95.31% from 255 or 36.21% from 671); Max value from RGB is 243 - color contains mainly: blue. Hex color #EBC1F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC1F3 is #143E0C. Grayscale: #D3D3D3. Windows color (decimal): -1326605 or 15974891. OLE color: 15974891.
HSL color Cylindrical-coordinate representation of color #EBC1F3: hue angle of 290.4º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EBC1F3 is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 235 | 193 | 243 | - |
| CMYK | 0.03 | 0.21 | 0 | 0.05 |
| HSL | 290.4º | 0.68% | 0.85% | - |
| HSV(B) | 290.4º | 0.21% | 0.95% | - |
| XYZ | 69.51 | 62.27 | 93.15 | - |
| YUV | 211.26 | 145.91 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 193 | 243 | 0.03 | 0.21 | 0 | 0.05 | 290.4 | 0.68 | 0.85 |
| Hex | EB | C1 | F3 | 3 | 15 | 0 | 5 | 122 | 44 | 55 |
| Octal | 353 | 301 | 363 | 3 | 25 | 0 | 5 | 442 | 104 | 125 |
| Binary | 11101011 | 11000001 | 11110011 | 11 | 10101 | 0 | 101 | 100100010 | 1000100 | 1010101 |
Color Harmonies of #EBC1F3
Complementary color
Monochromatic Colors of #EBC1F3
Black with #EBC1F3
Text Example
Text Example
White with #EBC1F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC1F3; }
p { color: rgb(235,193,243); }
H1.HeaderClassName
{
color: #EBC1F3;
}
.AnyTagClassName
{
color: #EBC1F3;
}
</style>
background-color css
<style>
a { background-color: #EBC1F3; }
a { background-color: rgb(235,193,243); }
div.DivClassName
{
background-color: #EBC1F3;
}
.BgClassName
{
background-color: #EBC1F3;
}
</style>
border-color css
<style>
span { border-color: #EBC1F3; }
span { border-color: rgb(235,193,243); }
td.TdClassName
{
border-color: #EBC1F3;
}
.TagClassName
{
border-color: #EBC1F3;
}
</style>