Shades of Blue Chalk #EBC9F7
Tints of Blue Chalk #EBC9F7
RGB
CMYK
RGB Variations
Color information
#EBC9F7 (or 0xEBC9F7) is known color: Blue Chalk. HEX triplet: EB, C9 and F7. RGB value is (235,201,247). Sum of RGB (Red+Green+Blue) = 235+201+247=683 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.41% from 683); Green value is 201 (78.91% from 255 or 29.43% from 683); Blue value is 247 (96.88% from 255 or 36.16% from 683); Max value from RGB is 247 - color contains mainly: blue. Hex color #EBC9F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC9F7 is #143608. Grayscale: #D8D8D8. Windows color (decimal): -1324553 or 16239083. OLE color: 16239083.
HSL color Cylindrical-coordinate representation of color #EBC9F7: hue angle of 284.35º degrees, saturation: 0.74, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EBC9F7 is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 235 | 201 | 247 | - |
| CMYK | 0.05 | 0.19 | 0 | 0.03 |
| HSL | 284.35º | 0.74% | 0.88% | - |
| HSV(B) | 284.35º | 0.19% | 0.97% | - |
| XYZ | 71.94 | 66.15 | 96.97 | - |
| YUV | 216.41 | 145.26 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 201 | 247 | 0.05 | 0.19 | 0 | 0.03 | 284.35 | 0.74 | 0.88 |
| Hex | EB | C9 | F7 | 5 | 13 | 0 | 3 | 11C | 4A | 58 |
| Octal | 353 | 311 | 367 | 5 | 23 | 0 | 3 | 434 | 112 | 130 |
| Binary | 11101011 | 11001001 | 11110111 | 101 | 10011 | 0 | 11 | 100011100 | 1001010 | 1011000 |
Color Harmonies of #EBC9F7
Complementary color
Monochromatic Colors of #EBC9F7
Black with #EBC9F7
Text Example
Text Example
White with #EBC9F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC9F7; }
p { color: rgb(235,201,247); }
H1.HeaderClassName
{
color: #EBC9F7;
}
.AnyTagClassName
{
color: #EBC9F7;
}
</style>
background-color css
<style>
a { background-color: #EBC9F7; }
a { background-color: rgb(235,201,247); }
div.DivClassName
{
background-color: #EBC9F7;
}
.BgClassName
{
background-color: #EBC9F7;
}
</style>
border-color css
<style>
span { border-color: #EBC9F7; }
span { border-color: rgb(235,201,247); }
td.TdClassName
{
border-color: #EBC9F7;
}
.TagClassName
{
border-color: #EBC9F7;
}
</style>