Shades of Blue Chalk #ECC8FE
Tints of Blue Chalk #ECC8FE
RGB
CMYK
RGB Variations
Color information
#ECC8FE (or 0xECC8FE) is known color: Blue Chalk. HEX triplet: EC, C8 and FE. RGB value is (236,200,254). Sum of RGB (Red+Green+Blue) = 236+200+254=690 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.20% from 690); Green value is 200 (78.52% from 255 or 28.99% from 690); Blue value is 254 (99.61% from 255 or 36.81% from 690); Max value from RGB is 254 - color contains mainly: blue. Hex color #ECC8FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC8FE is #133701. Grayscale: #D8D8D8. Windows color (decimal): -1259266 or 16697580. OLE color: 16697580.
HSL color Cylindrical-coordinate representation of color #ECC8FE: hue angle of 280º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ECC8FE is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 200 | 254 | - |
| CMYK | 0.07 | 0.21 | 0 | 0.00 |
| HSL | 280º | 0.96% | 0.89% | - |
| HSV(B) | 280º | 0.21% | 1% | - |
| XYZ | 73.14 | 66.3 | 102.71 | - |
| YUV | 216.92 | 148.93 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 200 | 254 | 0.07 | 0.21 | 0 | 0.00 | 280 | 0.96 | 0.89 |
| Hex | EC | C8 | FE | 7 | 15 | 0 | 0 | 118 | 60 | 59 |
| Octal | 354 | 310 | 376 | 7 | 25 | 0 | 0 | 430 | 140 | 131 |
| Binary | 11101100 | 11001000 | 11111110 | 111 | 10101 | 0 | 0 | 100011000 | 1100000 | 1011001 |
Color Harmonies of #ECC8FE
Complementary color
Monochromatic Colors of #ECC8FE
Black with #ECC8FE
Text Example
Text Example
White with #ECC8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC8FE; }
p { color: rgb(236,200,254); }
H1.HeaderClassName
{
color: #ECC8FE;
}
.AnyTagClassName
{
color: #ECC8FE;
}
</style>
background-color css
<style>
a { background-color: #ECC8FE; }
a { background-color: rgb(236,200,254); }
div.DivClassName
{
background-color: #ECC8FE;
}
.BgClassName
{
background-color: #ECC8FE;
}
</style>
border-color css
<style>
span { border-color: #ECC8FE; }
span { border-color: rgb(236,200,254); }
td.TdClassName
{
border-color: #ECC8FE;
}
.TagClassName
{
border-color: #ECC8FE;
}
</style>