Shades of Blue Chalk #EBCCFB
Tints of Blue Chalk #EBCCFB
RGB
CMYK
RGB Variations
Color information
#EBCCFB (or 0xEBCCFB) is known color: Blue Chalk. HEX triplet: EB, CC and FB. RGB value is (235,204,251). Sum of RGB (Red+Green+Blue) = 235+204+251=690 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.06% from 690); Green value is 204 (80.08% from 255 or 29.57% from 690); Blue value is 251 (98.44% from 255 or 36.38% from 690); Max value from RGB is 251 - color contains mainly: blue. Hex color #EBCCFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCCFB is #143304. Grayscale: #DADADA. Windows color (decimal): -1323781 or 16501995. OLE color: 16501995.
HSL color Cylindrical-coordinate representation of color #EBCCFB: hue angle of 279.57º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EBCCFB is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 235 | 204 | 251 | - |
| CMYK | 0.06 | 0.19 | 0 | 0.02 |
| HSL | 279.57º | 0.85% | 0.89% | - |
| HSV(B) | 279.57º | 0.19% | 0.98% | - |
| XYZ | 73.27 | 67.81 | 100.49 | - |
| YUV | 218.63 | 146.27 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 204 | 251 | 0.06 | 0.19 | 0 | 0.02 | 279.57 | 0.85 | 0.89 |
| Hex | EB | CC | FB | 6 | 13 | 0 | 2 | 118 | 55 | 59 |
| Octal | 353 | 314 | 373 | 6 | 23 | 0 | 2 | 430 | 125 | 131 |
| Binary | 11101011 | 11001100 | 11111011 | 110 | 10011 | 0 | 10 | 100011000 | 1010101 | 1011001 |
Color Harmonies of #EBCCFB
Complementary color
Monochromatic Colors of #EBCCFB
Black with #EBCCFB
Text Example
Text Example
White with #EBCCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCCFB; }
p { color: rgb(235,204,251); }
H1.HeaderClassName
{
color: #EBCCFB;
}
.AnyTagClassName
{
color: #EBCCFB;
}
</style>
background-color css
<style>
a { background-color: #EBCCFB; }
a { background-color: rgb(235,204,251); }
div.DivClassName
{
background-color: #EBCCFB;
}
.BgClassName
{
background-color: #EBCCFB;
}
</style>
border-color css
<style>
span { border-color: #EBCCFB; }
span { border-color: rgb(235,204,251); }
td.TdClassName
{
border-color: #EBCCFB;
}
.TagClassName
{
border-color: #EBCCFB;
}
</style>