Shades of Blue Chalk #EBC2F3
Tints of Blue Chalk #EBC2F3
RGB
CMYK
RGB Variations
Color information
#EBC2F3 (or 0xEBC2F3) is known color: Blue Chalk. HEX triplet: EB, C2 and F3. RGB value is (235,194,243). Sum of RGB (Red+Green+Blue) = 235+194+243=672 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.97% from 672); Green value is 194 (76.17% from 255 or 28.87% from 672); Blue value is 243 (95.31% from 255 or 36.16% from 672); Max value from RGB is 243 - color contains mainly: blue. Hex color #EBC2F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC2F3 is #143D0C. Grayscale: #D3D3D3. Windows color (decimal): -1326349 or 15975147. OLE color: 15975147.
HSL color Cylindrical-coordinate representation of color #EBC2F3: hue angle of 290.2º degrees, saturation: 0.67, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EBC2F3 is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 235 | 194 | 243 | - |
| CMYK | 0.03 | 0.20 | 0 | 0.05 |
| HSL | 290.2º | 0.67% | 0.86% | - |
| HSV(B) | 290.2º | 0.2% | 0.95% | - |
| XYZ | 69.73 | 62.72 | 93.22 | - |
| YUV | 211.85 | 145.58 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 194 | 243 | 0.03 | 0.20 | 0 | 0.05 | 290.2 | 0.67 | 0.86 |
| Hex | EB | C2 | F3 | 3 | 14 | 0 | 5 | 122 | 43 | 56 |
| Octal | 353 | 302 | 363 | 3 | 24 | 0 | 5 | 442 | 103 | 126 |
| Binary | 11101011 | 11000010 | 11110011 | 11 | 10100 | 0 | 101 | 100100010 | 1000011 | 1010110 |
Color Harmonies of #EBC2F3
Complementary color
Monochromatic Colors of #EBC2F3
Black with #EBC2F3
Text Example
Text Example
White with #EBC2F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC2F3; }
p { color: rgb(235,194,243); }
H1.HeaderClassName
{
color: #EBC2F3;
}
.AnyTagClassName
{
color: #EBC2F3;
}
</style>
background-color css
<style>
a { background-color: #EBC2F3; }
a { background-color: rgb(235,194,243); }
div.DivClassName
{
background-color: #EBC2F3;
}
.BgClassName
{
background-color: #EBC2F3;
}
</style>
border-color css
<style>
span { border-color: #EBC2F3; }
span { border-color: rgb(235,194,243); }
td.TdClassName
{
border-color: #EBC2F3;
}
.TagClassName
{
border-color: #EBC2F3;
}
</style>