Shades of Blue Chalk #ECC8FC
Tints of Blue Chalk #ECC8FC
RGB
CMYK
RGB Variations
Color information
#ECC8FC (or 0xECC8FC) is known color: Blue Chalk. HEX triplet: EC, C8 and FC. RGB value is (236,200,252). Sum of RGB (Red+Green+Blue) = 236+200+252=688 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.30% from 688); Green value is 200 (78.52% from 255 or 29.07% from 688); Blue value is 252 (98.83% from 255 or 36.63% from 688); Max value from RGB is 252 - color contains mainly: blue. Hex color #ECC8FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC8FC is #133703. Grayscale: #D8D8D8. Windows color (decimal): -1259268 or 16566508. OLE color: 16566508.
HSL color Cylindrical-coordinate representation of color #ECC8FC: hue angle of 281.54º degrees, saturation: 0.9, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ECC8FC is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 200 | 252 | - |
| CMYK | 0.06 | 0.21 | 0 | 0.01 |
| HSL | 281.54º | 0.9% | 0.89% | - |
| HSV(B) | 281.54º | 0.21% | 0.99% | - |
| XYZ | 72.82 | 66.17 | 101.03 | - |
| YUV | 216.69 | 147.93 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 200 | 252 | 0.06 | 0.21 | 0 | 0.01 | 281.54 | 0.9 | 0.89 |
| Hex | EC | C8 | FC | 6 | 15 | 0 | 1 | 11A | 5A | 59 |
| Octal | 354 | 310 | 374 | 6 | 25 | 0 | 1 | 432 | 132 | 131 |
| Binary | 11101100 | 11001000 | 11111100 | 110 | 10101 | 0 | 1 | 100011010 | 1011010 | 1011001 |
Color Harmonies of #ECC8FC
Complementary color
Monochromatic Colors of #ECC8FC
Black with #ECC8FC
Text Example
Text Example
White with #ECC8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC8FC; }
p { color: rgb(236,200,252); }
H1.HeaderClassName
{
color: #ECC8FC;
}
.AnyTagClassName
{
color: #ECC8FC;
}
</style>
background-color css
<style>
a { background-color: #ECC8FC; }
a { background-color: rgb(236,200,252); }
div.DivClassName
{
background-color: #ECC8FC;
}
.BgClassName
{
background-color: #ECC8FC;
}
</style>
border-color css
<style>
span { border-color: #ECC8FC; }
span { border-color: rgb(236,200,252); }
td.TdClassName
{
border-color: #ECC8FC;
}
.TagClassName
{
border-color: #ECC8FC;
}
</style>