Shades of Blue Chalk #EBCCFA
Tints of Blue Chalk #EBCCFA
RGB
CMYK
RGB Variations
Color information
#EBCCFA (or 0xEBCCFA) is known color: Blue Chalk. HEX triplet: EB, CC and FA. RGB value is (235,204,250). Sum of RGB (Red+Green+Blue) = 235+204+250=689 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.11% from 689); Green value is 204 (80.08% from 255 or 29.61% from 689); Blue value is 250 (98.05% from 255 or 36.28% from 689); Max value from RGB is 250 - color contains mainly: blue. Hex color #EBCCFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCCFA is #143305. Grayscale: #DADADA. Windows color (decimal): -1323782 or 16436459. OLE color: 16436459.
HSL color Cylindrical-coordinate representation of color #EBCCFA: hue angle of 280.43º degrees, saturation: 0.82, 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 #EBCCFA is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 235 | 204 | 250 | - |
| CMYK | 0.06 | 0.18 | 0 | 0.02 |
| HSL | 280.43º | 0.82% | 0.89% | - |
| HSV(B) | 280.43º | 0.18% | 0.98% | - |
| XYZ | 73.11 | 67.75 | 99.67 | - |
| YUV | 218.51 | 145.77 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 204 | 250 | 0.06 | 0.18 | 0 | 0.02 | 280.43 | 0.82 | 0.89 |
| Hex | EB | CC | FA | 6 | 12 | 0 | 2 | 118 | 52 | 59 |
| Octal | 353 | 314 | 372 | 6 | 22 | 0 | 2 | 430 | 122 | 131 |
| Binary | 11101011 | 11001100 | 11111010 | 110 | 10010 | 0 | 10 | 100011000 | 1010010 | 1011001 |
Color Harmonies of #EBCCFA
Complementary color
Monochromatic Colors of #EBCCFA
Black with #EBCCFA
Text Example
Text Example
White with #EBCCFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCCFA; }
p { color: rgb(235,204,250); }
H1.HeaderClassName
{
color: #EBCCFA;
}
.AnyTagClassName
{
color: #EBCCFA;
}
</style>
background-color css
<style>
a { background-color: #EBCCFA; }
a { background-color: rgb(235,204,250); }
div.DivClassName
{
background-color: #EBCCFA;
}
.BgClassName
{
background-color: #EBCCFA;
}
</style>
border-color css
<style>
span { border-color: #EBCCFA; }
span { border-color: rgb(235,204,250); }
td.TdClassName
{
border-color: #EBCCFA;
}
.TagClassName
{
border-color: #EBCCFA;
}
</style>