Shades of Blue Chalk #ECC5F9
Tints of Blue Chalk #ECC5F9
RGB
CMYK
RGB Variations
Color information
#ECC5F9 (or 0xECC5F9) is known color: Blue Chalk. HEX triplet: EC, C5 and F9. RGB value is (236,197,249). Sum of RGB (Red+Green+Blue) = 236+197+249=682 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.60% from 682); Green value is 197 (77.34% from 255 or 28.89% from 682); Blue value is 249 (97.66% from 255 or 36.51% from 682); Max value from RGB is 249 - color contains mainly: blue. Hex color #ECC5F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC5F9 is #133A06. Grayscale: #D6D6D6. Windows color (decimal): -1260039 or 16369132. OLE color: 16369132.
HSL color Cylindrical-coordinate representation of color #ECC5F9: hue angle of 285º degrees, saturation: 0.81, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ECC5F9 is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 197 | 249 | - |
| CMYK | 0.05 | 0.21 | 0 | 0.02 |
| HSL | 285º | 0.81% | 0.87% | - |
| HSV(B) | 285º | 0.21% | 0.98% | - |
| XYZ | 71.66 | 64.6 | 98.32 | - |
| YUV | 214.59 | 147.42 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 197 | 249 | 0.05 | 0.21 | 0 | 0.02 | 285 | 0.81 | 0.87 |
| Hex | EC | C5 | F9 | 5 | 15 | 0 | 2 | 11D | 51 | 57 |
| Octal | 354 | 305 | 371 | 5 | 25 | 0 | 2 | 435 | 121 | 127 |
| Binary | 11101100 | 11000101 | 11111001 | 101 | 10101 | 0 | 10 | 100011101 | 1010001 | 1010111 |
Color Harmonies of #ECC5F9
Complementary color
Monochromatic Colors of #ECC5F9
Black with #ECC5F9
Text Example
Text Example
White with #ECC5F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC5F9; }
p { color: rgb(236,197,249); }
H1.HeaderClassName
{
color: #ECC5F9;
}
.AnyTagClassName
{
color: #ECC5F9;
}
</style>
background-color css
<style>
a { background-color: #ECC5F9; }
a { background-color: rgb(236,197,249); }
div.DivClassName
{
background-color: #ECC5F9;
}
.BgClassName
{
background-color: #ECC5F9;
}
</style>
border-color css
<style>
span { border-color: #ECC5F9; }
span { border-color: rgb(236,197,249); }
td.TdClassName
{
border-color: #ECC5F9;
}
.TagClassName
{
border-color: #ECC5F9;
}
</style>