Shades of Blue Chalk #ECC9FF
Tints of Blue Chalk #ECC9FF
RGB
CMYK
RGB Variations
Color information
#ECC9FF (or 0xECC9FF) is known color: Blue Chalk. HEX triplet: EC, C9 and FF. RGB value is (236,201,255). Sum of RGB (Red+Green+Blue) = 236+201+255=692 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.10% from 692); Green value is 201 (78.91% from 255 or 29.05% from 692); Blue value is 255 (100% from 255 or 36.85% from 692); Max value from RGB is 255 - color contains mainly: blue. Hex color #ECC9FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC9FF is #133600. Grayscale: #D9D9D9. Windows color (decimal): -1259009 or 16763372. OLE color: 16763372.
HSL color Cylindrical-coordinate representation of color #ECC9FF: hue angle of 278.89º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ECC9FF is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 201 | 255 | - |
| CMYK | 0.07 | 0.21 | 0 | 0 |
| HSL | 278.89º | 1% | 0.89% | - |
| HSV(B) | 278.89º | 0.21% | 1% | - |
| XYZ | 73.53 | 66.83 | 103.63 | - |
| YUV | 217.62 | 149.1 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 201 | 255 | 0.07 | 0.21 | 0 | 0 | 278.89 | 1 | 0.89 |
| Hex | EC | C9 | FF | 7 | 15 | 0 | 0 | 117 | 64 | 59 |
| Octal | 354 | 311 | 377 | 7 | 25 | 0 | 0 | 427 | 144 | 131 |
| Binary | 11101100 | 11001001 | 11111111 | 111 | 10101 | 0 | 0 | 100010111 | 1100100 | 1011001 |
Color Harmonies of #ECC9FF
Complementary color
Monochromatic Colors of #ECC9FF
Black with #ECC9FF
Text Example
Text Example
White with #ECC9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC9FF; }
p { color: rgb(236,201,255); }
H1.HeaderClassName
{
color: #ECC9FF;
}
.AnyTagClassName
{
color: #ECC9FF;
}
</style>
background-color css
<style>
a { background-color: #ECC9FF; }
a { background-color: rgb(236,201,255); }
div.DivClassName
{
background-color: #ECC9FF;
}
.BgClassName
{
background-color: #ECC9FF;
}
</style>
border-color css
<style>
span { border-color: #ECC9FF; }
span { border-color: rgb(236,201,255); }
td.TdClassName
{
border-color: #ECC9FF;
}
.TagClassName
{
border-color: #ECC9FF;
}
</style>