Shades of Blue Chalk #EBCBF9
Tints of Blue Chalk #EBCBF9
RGB
CMYK
RGB Variations
Color information
#EBCBF9 (or 0xEBCBF9) is known color: Blue Chalk. HEX triplet: EB, CB and F9. RGB value is (235,203,249). Sum of RGB (Red+Green+Blue) = 235+203+249=687 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.21% from 687); Green value is 203 (79.69% from 255 or 29.55% from 687); Blue value is 249 (97.66% from 255 or 36.24% from 687); Max value from RGB is 249 - color contains mainly: blue. Hex color #EBCBF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCBF9 is #143406. Grayscale: #D9D9D9. Windows color (decimal): -1324039 or 16370667. OLE color: 16370667.
HSL color Cylindrical-coordinate representation of color #EBCBF9: hue angle of 281.74º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EBCBF9 is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 235 | 203 | 249 | - |
| CMYK | 0.06 | 0.18 | 0 | 0.02 |
| HSL | 281.74º | 0.79% | 0.89% | - |
| HSV(B) | 281.74º | 0.18% | 0.98% | - |
| XYZ | 72.72 | 67.21 | 98.76 | - |
| YUV | 217.81 | 145.6 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 203 | 249 | 0.06 | 0.18 | 0 | 0.02 | 281.74 | 0.79 | 0.89 |
| Hex | EB | CB | F9 | 6 | 12 | 0 | 2 | 11A | 4F | 59 |
| Octal | 353 | 313 | 371 | 6 | 22 | 0 | 2 | 432 | 117 | 131 |
| Binary | 11101011 | 11001011 | 11111001 | 110 | 10010 | 0 | 10 | 100011010 | 1001111 | 1011001 |
Color Harmonies of #EBCBF9
Complementary color
Monochromatic Colors of #EBCBF9
Black with #EBCBF9
Text Example
Text Example
White with #EBCBF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCBF9; }
p { color: rgb(235,203,249); }
H1.HeaderClassName
{
color: #EBCBF9;
}
.AnyTagClassName
{
color: #EBCBF9;
}
</style>
background-color css
<style>
a { background-color: #EBCBF9; }
a { background-color: rgb(235,203,249); }
div.DivClassName
{
background-color: #EBCBF9;
}
.BgClassName
{
background-color: #EBCBF9;
}
</style>
border-color css
<style>
span { border-color: #EBCBF9; }
span { border-color: rgb(235,203,249); }
td.TdClassName
{
border-color: #EBCBF9;
}
.TagClassName
{
border-color: #EBCBF9;
}
</style>