Shades of Blue Chalk #ECC6FA
Tints of Blue Chalk #ECC6FA
RGB
CMYK
RGB Variations
Color information
#ECC6FA (or 0xECC6FA) is known color: Blue Chalk. HEX triplet: EC, C6 and FA. RGB value is (236,198,250). Sum of RGB (Red+Green+Blue) = 236+198+250=684 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.50% from 684); Green value is 198 (77.73% from 255 or 28.95% from 684); Blue value is 250 (98.05% from 255 or 36.55% from 684); Max value from RGB is 250 - color contains mainly: blue. Hex color #ECC6FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC6FA is #133905. Grayscale: #D7D7D7. Windows color (decimal): -1259782 or 16434924. OLE color: 16434924.
HSL color Cylindrical-coordinate representation of color #ECC6FA: hue angle of 283.85º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ECC6FA is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 198 | 250 | - |
| CMYK | 0.06 | 0.21 | 0 | 0.02 |
| HSL | 283.85º | 0.84% | 0.88% | - |
| HSV(B) | 283.85º | 0.21% | 0.98% | - |
| XYZ | 72.04 | 65.12 | 99.22 | - |
| YUV | 215.29 | 147.59 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 198 | 250 | 0.06 | 0.21 | 0 | 0.02 | 283.85 | 0.84 | 0.88 |
| Hex | EC | C6 | FA | 6 | 15 | 0 | 2 | 11C | 54 | 58 |
| Octal | 354 | 306 | 372 | 6 | 25 | 0 | 2 | 434 | 124 | 130 |
| Binary | 11101100 | 11000110 | 11111010 | 110 | 10101 | 0 | 10 | 100011100 | 1010100 | 1011000 |
Color Harmonies of #ECC6FA
Complementary color
Monochromatic Colors of #ECC6FA
Black with #ECC6FA
Text Example
Text Example
White with #ECC6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC6FA; }
p { color: rgb(236,198,250); }
H1.HeaderClassName
{
color: #ECC6FA;
}
.AnyTagClassName
{
color: #ECC6FA;
}
</style>
background-color css
<style>
a { background-color: #ECC6FA; }
a { background-color: rgb(236,198,250); }
div.DivClassName
{
background-color: #ECC6FA;
}
.BgClassName
{
background-color: #ECC6FA;
}
</style>
border-color css
<style>
span { border-color: #ECC6FA; }
span { border-color: rgb(236,198,250); }
td.TdClassName
{
border-color: #ECC6FA;
}
.TagClassName
{
border-color: #ECC6FA;
}
</style>