Shades of Blue Chalk #ECC9FB
Tints of Blue Chalk #ECC9FB
RGB
CMYK
RGB Variations
Color information
#ECC9FB (or 0xECC9FB) is known color: Blue Chalk. HEX triplet: EC, C9 and FB. RGB value is (236,201,251). Sum of RGB (Red+Green+Blue) = 236+201+251=688 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.30% from 688); Green value is 201 (78.91% from 255 or 29.22% from 688); Blue value is 251 (98.44% from 255 or 36.48% from 688); Max value from RGB is 251 - color contains mainly: blue. Hex color #ECC9FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC9FB is #133604. Grayscale: #D9D9D9. Windows color (decimal): -1259013 or 16501228. OLE color: 16501228.
HSL color Cylindrical-coordinate representation of color #ECC9FB: hue angle of 282º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ECC9FB is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 201 | 251 | - |
| CMYK | 0.06 | 0.20 | 0 | 0.02 |
| HSL | 282º | 0.86% | 0.89% | - |
| HSV(B) | 282º | 0.2% | 0.98% | - |
| XYZ | 72.89 | 66.57 | 100.27 | - |
| YUV | 217.17 | 147.1 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 201 | 251 | 0.06 | 0.20 | 0 | 0.02 | 282 | 0.86 | 0.89 |
| Hex | EC | C9 | FB | 6 | 14 | 0 | 2 | 11A | 56 | 59 |
| Octal | 354 | 311 | 373 | 6 | 24 | 0 | 2 | 432 | 126 | 131 |
| Binary | 11101100 | 11001001 | 11111011 | 110 | 10100 | 0 | 10 | 100011010 | 1010110 | 1011001 |
Color Harmonies of #ECC9FB
Complementary color
Monochromatic Colors of #ECC9FB
Black with #ECC9FB
Text Example
Text Example
White with #ECC9FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC9FB; }
p { color: rgb(236,201,251); }
H1.HeaderClassName
{
color: #ECC9FB;
}
.AnyTagClassName
{
color: #ECC9FB;
}
</style>
background-color css
<style>
a { background-color: #ECC9FB; }
a { background-color: rgb(236,201,251); }
div.DivClassName
{
background-color: #ECC9FB;
}
.BgClassName
{
background-color: #ECC9FB;
}
</style>
border-color css
<style>
span { border-color: #ECC9FB; }
span { border-color: rgb(236,201,251); }
td.TdClassName
{
border-color: #ECC9FB;
}
.TagClassName
{
border-color: #ECC9FB;
}
</style>