Shades of Blue Chalk #EBC8F2
Tints of Blue Chalk #EBC8F2
RGB
CMYK
RGB Variations
Color information
#EBC8F2 (or 0xEBC8F2) is known color: Blue Chalk. HEX triplet: EB, C8 and F2. RGB value is (235,200,242). Sum of RGB (Red+Green+Blue) = 235+200+242=677 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.71% from 677); Green value is 200 (78.52% from 255 or 29.54% from 677); Blue value is 242 (94.92% from 255 or 35.75% from 677); Max value from RGB is 242 - color contains mainly: blue. Hex color #EBC8F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC8F2 is #14370D. Grayscale: #D7D7D7. Windows color (decimal): -1324814 or 15911147. OLE color: 15911147.
HSL color Cylindrical-coordinate representation of color #EBC8F2: hue angle of 290º degrees, saturation: 0.62, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EBC8F2 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 235 | 200 | 242 | - |
| CMYK | 0.03 | 0.17 | 0 | 0.05 |
| HSL | 290º | 0.62% | 0.87% | - |
| HSV(B) | 290º | 0.17% | 0.95% | - |
| XYZ | 70.94 | 65.38 | 92.89 | - |
| YUV | 215.25 | 143.1 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 200 | 242 | 0.03 | 0.17 | 0 | 0.05 | 290 | 0.62 | 0.87 |
| Hex | EB | C8 | F2 | 3 | 11 | 0 | 5 | 122 | 3E | 57 |
| Octal | 353 | 310 | 362 | 3 | 21 | 0 | 5 | 442 | 76 | 127 |
| Binary | 11101011 | 11001000 | 11110010 | 11 | 10001 | 0 | 101 | 100100010 | 111110 | 1010111 |
Color Harmonies of #EBC8F2
Complementary color
Monochromatic Colors of #EBC8F2
Black with #EBC8F2
Text Example
Text Example
White with #EBC8F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC8F2; }
p { color: rgb(235,200,242); }
H1.HeaderClassName
{
color: #EBC8F2;
}
.AnyTagClassName
{
color: #EBC8F2;
}
</style>
background-color css
<style>
a { background-color: #EBC8F2; }
a { background-color: rgb(235,200,242); }
div.DivClassName
{
background-color: #EBC8F2;
}
.BgClassName
{
background-color: #EBC8F2;
}
</style>
border-color css
<style>
span { border-color: #EBC8F2; }
span { border-color: rgb(235,200,242); }
td.TdClassName
{
border-color: #EBC8F2;
}
.TagClassName
{
border-color: #EBC8F2;
}
</style>