Shades of Blue Chalk #ECC6F9
Tints of Blue Chalk #ECC6F9
RGB
CMYK
RGB Variations
Color information
#ECC6F9 (or 0xECC6F9) is known color: Blue Chalk. HEX triplet: EC, C6 and F9. RGB value is (236,198,249). Sum of RGB (Red+Green+Blue) = 236+198+249=683 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.55% from 683); Green value is 198 (77.73% from 255 or 28.99% from 683); Blue value is 249 (97.66% from 255 or 36.46% from 683); Max value from RGB is 249 - color contains mainly: blue. Hex color #ECC6F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC6F9 is #133906. Grayscale: #D7D7D7. Windows color (decimal): -1259783 or 16369388. OLE color: 16369388.
HSL color Cylindrical-coordinate representation of color #ECC6F9: hue angle of 284.71º degrees, saturation: 0.81, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ECC6F9 is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 198 | 249 | - |
| CMYK | 0.05 | 0.20 | 0 | 0.02 |
| HSL | 284.71º | 0.81% | 0.88% | - |
| HSV(B) | 284.71º | 0.2% | 0.98% | - |
| XYZ | 71.89 | 65.06 | 98.39 | - |
| YUV | 215.18 | 147.09 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 198 | 249 | 0.05 | 0.20 | 0 | 0.02 | 284.71 | 0.81 | 0.88 |
| Hex | EC | C6 | F9 | 5 | 14 | 0 | 2 | 11D | 51 | 58 |
| Octal | 354 | 306 | 371 | 5 | 24 | 0 | 2 | 435 | 121 | 130 |
| Binary | 11101100 | 11000110 | 11111001 | 101 | 10100 | 0 | 10 | 100011101 | 1010001 | 1011000 |
Color Harmonies of #ECC6F9
Complementary color
Monochromatic Colors of #ECC6F9
Black with #ECC6F9
Text Example
Text Example
White with #ECC6F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC6F9; }
p { color: rgb(236,198,249); }
H1.HeaderClassName
{
color: #ECC6F9;
}
.AnyTagClassName
{
color: #ECC6F9;
}
</style>
background-color css
<style>
a { background-color: #ECC6F9; }
a { background-color: rgb(236,198,249); }
div.DivClassName
{
background-color: #ECC6F9;
}
.BgClassName
{
background-color: #ECC6F9;
}
</style>
border-color css
<style>
span { border-color: #ECC6F9; }
span { border-color: rgb(236,198,249); }
td.TdClassName
{
border-color: #ECC6F9;
}
.TagClassName
{
border-color: #ECC6F9;
}
</style>