Shades of Blue Chalk #ECC9FC
Tints of Blue Chalk #ECC9FC
RGB
CMYK
RGB Variations
Color information
#ECC9FC (or 0xECC9FC) is known color: Blue Chalk. HEX triplet: EC, C9 and FC. RGB value is (236,201,252). Sum of RGB (Red+Green+Blue) = 236+201+252=689 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.25% from 689); Green value is 201 (78.91% from 255 or 29.17% from 689); Blue value is 252 (98.83% from 255 or 36.57% from 689); Max value from RGB is 252 - color contains mainly: blue. Hex color #ECC9FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC9FC is #133603. Grayscale: #D9D9D9. Windows color (decimal): -1259012 or 16566764. OLE color: 16566764.
HSL color Cylindrical-coordinate representation of color #ECC9FC: hue angle of 281.18º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ECC9FC is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 201 | 252 | - |
| CMYK | 0.06 | 0.20 | 0 | 0.01 |
| HSL | 281.18º | 0.89% | 0.89% | - |
| HSV(B) | 281.18º | 0.2% | 0.99% | - |
| XYZ | 73.05 | 66.63 | 101.11 | - |
| YUV | 217.28 | 147.6 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 201 | 252 | 0.06 | 0.20 | 0 | 0.01 | 281.18 | 0.89 | 0.89 |
| Hex | EC | C9 | FC | 6 | 14 | 0 | 1 | 119 | 59 | 59 |
| Octal | 354 | 311 | 374 | 6 | 24 | 0 | 1 | 431 | 131 | 131 |
| Binary | 11101100 | 11001001 | 11111100 | 110 | 10100 | 0 | 1 | 100011001 | 1011001 | 1011001 |
Color Harmonies of #ECC9FC
Complementary color
Monochromatic Colors of #ECC9FC
Black with #ECC9FC
Text Example
Text Example
White with #ECC9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC9FC; }
p { color: rgb(236,201,252); }
H1.HeaderClassName
{
color: #ECC9FC;
}
.AnyTagClassName
{
color: #ECC9FC;
}
</style>
background-color css
<style>
a { background-color: #ECC9FC; }
a { background-color: rgb(236,201,252); }
div.DivClassName
{
background-color: #ECC9FC;
}
.BgClassName
{
background-color: #ECC9FC;
}
</style>
border-color css
<style>
span { border-color: #ECC9FC; }
span { border-color: rgb(236,201,252); }
td.TdClassName
{
border-color: #ECC9FC;
}
.TagClassName
{
border-color: #ECC9FC;
}
</style>