Shades of Blue Chalk #ECC9F3
Tints of Blue Chalk #ECC9F3
RGB
CMYK
RGB Variations
Color information
#ECC9F3 (or 0xECC9F3) is known color: Blue Chalk. HEX triplet: EC, C9 and F3. RGB value is (236,201,243). Sum of RGB (Red+Green+Blue) = 236+201+243=680 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.71% from 680); Green value is 201 (78.91% from 255 or 29.56% from 680); Blue value is 243 (95.31% from 255 or 35.74% from 680); Max value from RGB is 243 - color contains mainly: blue. Hex color #ECC9F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC9F3 is #13360C. Grayscale: #D8D8D8. Windows color (decimal): -1259021 or 15976940. OLE color: 15976940.
HSL color Cylindrical-coordinate representation of color #ECC9F3: hue angle of 290º degrees, saturation: 0.64, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ECC9F3 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 201 | 243 | - |
| CMYK | 0.03 | 0.17 | 0 | 0.05 |
| HSL | 290º | 0.64% | 0.87% | - |
| HSV(B) | 290º | 0.17% | 0.95% | - |
| XYZ | 71.66 | 66.08 | 93.77 | - |
| YUV | 216.25 | 143.1 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 201 | 243 | 0.03 | 0.17 | 0 | 0.05 | 290 | 0.64 | 0.87 |
| Hex | EC | C9 | F3 | 3 | 11 | 0 | 5 | 122 | 40 | 57 |
| Octal | 354 | 311 | 363 | 3 | 21 | 0 | 5 | 442 | 100 | 127 |
| Binary | 11101100 | 11001001 | 11110011 | 11 | 10001 | 0 | 101 | 100100010 | 1000000 | 1010111 |
Color Harmonies of #ECC9F3
Complementary color
Monochromatic Colors of #ECC9F3
Black with #ECC9F3
Text Example
Text Example
White with #ECC9F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC9F3; }
p { color: rgb(236,201,243); }
H1.HeaderClassName
{
color: #ECC9F3;
}
.AnyTagClassName
{
color: #ECC9F3;
}
</style>
background-color css
<style>
a { background-color: #ECC9F3; }
a { background-color: rgb(236,201,243); }
div.DivClassName
{
background-color: #ECC9F3;
}
.BgClassName
{
background-color: #ECC9F3;
}
</style>
border-color css
<style>
span { border-color: #ECC9F3; }
span { border-color: rgb(236,201,243); }
td.TdClassName
{
border-color: #ECC9F3;
}
.TagClassName
{
border-color: #ECC9F3;
}
</style>