Shades of Blue Chalk #ECC5FA
Tints of Blue Chalk #ECC5FA
RGB
CMYK
RGB Variations
Color information
#ECC5FA (or 0xECC5FA) is known color: Blue Chalk. HEX triplet: EC, C5 and FA. RGB value is (236,197,250). Sum of RGB (Red+Green+Blue) = 236+197+250=683 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.55% from 683); Green value is 197 (77.34% from 255 or 28.84% from 683); Blue value is 250 (98.05% from 255 or 36.60% from 683); Max value from RGB is 250 - color contains mainly: blue. Hex color #ECC5FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC5FA is #133A05. Grayscale: #D6D6D6. Windows color (decimal): -1260038 or 16434668. OLE color: 16434668.
HSL color Cylindrical-coordinate representation of color #ECC5FA: hue angle of 284.15º 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 #ECC5FA is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 197 | 250 | - |
| CMYK | 0.06 | 0.21 | 0 | 0.02 |
| HSL | 284.15º | 0.84% | 0.88% | - |
| HSV(B) | 284.15º | 0.21% | 0.98% | - |
| XYZ | 71.81 | 64.67 | 99.14 | - |
| YUV | 214.7 | 147.92 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 197 | 250 | 0.06 | 0.21 | 0 | 0.02 | 284.15 | 0.84 | 0.88 |
| Hex | EC | C5 | FA | 6 | 15 | 0 | 2 | 11C | 54 | 58 |
| Octal | 354 | 305 | 372 | 6 | 25 | 0 | 2 | 434 | 124 | 130 |
| Binary | 11101100 | 11000101 | 11111010 | 110 | 10101 | 0 | 10 | 100011100 | 1010100 | 1011000 |
Color Harmonies of #ECC5FA
Complementary color
Monochromatic Colors of #ECC5FA
Black with #ECC5FA
Text Example
Text Example
White with #ECC5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC5FA; }
p { color: rgb(236,197,250); }
H1.HeaderClassName
{
color: #ECC5FA;
}
.AnyTagClassName
{
color: #ECC5FA;
}
</style>
background-color css
<style>
a { background-color: #ECC5FA; }
a { background-color: rgb(236,197,250); }
div.DivClassName
{
background-color: #ECC5FA;
}
.BgClassName
{
background-color: #ECC5FA;
}
</style>
border-color css
<style>
span { border-color: #ECC5FA; }
span { border-color: rgb(236,197,250); }
td.TdClassName
{
border-color: #ECC5FA;
}
.TagClassName
{
border-color: #ECC5FA;
}
</style>