Shades of Blue Chalk #EBCBF6
Tints of Blue Chalk #EBCBF6
RGB
CMYK
RGB Variations
Color information
#EBCBF6 (or 0xEBCBF6) is known color: Blue Chalk. HEX triplet: EB, CB and F6. RGB value is (235,203,246). Sum of RGB (Red+Green+Blue) = 235+203+246=684 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.36% from 684); Green value is 203 (79.69% from 255 or 29.68% from 684); Blue value is 246 (96.48% from 255 or 35.96% from 684); Max value from RGB is 246 - color contains mainly: blue. Hex color #EBCBF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCBF6 is #143409. Grayscale: #D9D9D9. Windows color (decimal): -1324042 or 16174059. OLE color: 16174059.
HSL color Cylindrical-coordinate representation of color #EBCBF6: hue angle of 284.65º degrees, saturation: 0.7, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EBCBF6 is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 235 | 203 | 246 | - |
| CMYK | 0.04 | 0.17 | 0 | 0.04 |
| HSL | 284.65º | 0.7% | 0.88% | - |
| HSV(B) | 284.65º | 0.17% | 0.96% | - |
| XYZ | 72.25 | 67.03 | 96.32 | - |
| YUV | 217.47 | 144.1 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 203 | 246 | 0.04 | 0.17 | 0 | 0.04 | 284.65 | 0.7 | 0.88 |
| Hex | EB | CB | F6 | 4 | 11 | 0 | 4 | 11D | 46 | 58 |
| Octal | 353 | 313 | 366 | 4 | 21 | 0 | 4 | 435 | 106 | 130 |
| Binary | 11101011 | 11001011 | 11110110 | 100 | 10001 | 0 | 100 | 100011101 | 1000110 | 1011000 |
Color Harmonies of #EBCBF6
Complementary color
Monochromatic Colors of #EBCBF6
Black with #EBCBF6
Text Example
Text Example
White with #EBCBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCBF6; }
p { color: rgb(235,203,246); }
H1.HeaderClassName
{
color: #EBCBF6;
}
.AnyTagClassName
{
color: #EBCBF6;
}
</style>
background-color css
<style>
a { background-color: #EBCBF6; }
a { background-color: rgb(235,203,246); }
div.DivClassName
{
background-color: #EBCBF6;
}
.BgClassName
{
background-color: #EBCBF6;
}
</style>
border-color css
<style>
span { border-color: #EBCBF6; }
span { border-color: rgb(235,203,246); }
td.TdClassName
{
border-color: #EBCBF6;
}
.TagClassName
{
border-color: #EBCBF6;
}
</style>