Shades of Blue Chalk #ECCAFA
Tints of Blue Chalk #ECCAFA
RGB
CMYK
RGB Variations
Color information
#ECCAFA (or 0xECCAFA) is known color: Blue Chalk. HEX triplet: EC, CA and FA. RGB value is (236,202,250). Sum of RGB (Red+Green+Blue) = 236+202+250=688 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.30% from 688); Green value is 202 (79.30% from 255 or 29.36% from 688); Blue value is 250 (98.05% from 255 or 36.34% from 688); Max value from RGB is 250 - color contains mainly: blue. Hex color #ECCAFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCAFA is #133505. Grayscale: #D9D9D9. Windows color (decimal): -1258758 or 16435948. OLE color: 16435948.
HSL color Cylindrical-coordinate representation of color #ECCAFA: hue angle of 282.5º degrees, saturation: 0.83, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ECCAFA is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 202 | 250 | - |
| CMYK | 0.06 | 0.19 | 0 | 0.02 |
| HSL | 282.5º | 0.83% | 0.89% | - |
| HSV(B) | 282.5º | 0.19% | 0.98% | - |
| XYZ | 72.97 | 66.98 | 99.52 | - |
| YUV | 217.64 | 146.26 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 202 | 250 | 0.06 | 0.19 | 0 | 0.02 | 282.5 | 0.83 | 0.89 |
| Hex | EC | CA | FA | 6 | 13 | 0 | 2 | 11A | 53 | 59 |
| Octal | 354 | 312 | 372 | 6 | 23 | 0 | 2 | 432 | 123 | 131 |
| Binary | 11101100 | 11001010 | 11111010 | 110 | 10011 | 0 | 10 | 100011010 | 1010011 | 1011001 |
Color Harmonies of #ECCAFA
Complementary color
Monochromatic Colors of #ECCAFA
Black with #ECCAFA
Text Example
Text Example
White with #ECCAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCAFA; }
p { color: rgb(236,202,250); }
H1.HeaderClassName
{
color: #ECCAFA;
}
.AnyTagClassName
{
color: #ECCAFA;
}
</style>
background-color css
<style>
a { background-color: #ECCAFA; }
a { background-color: rgb(236,202,250); }
div.DivClassName
{
background-color: #ECCAFA;
}
.BgClassName
{
background-color: #ECCAFA;
}
</style>
border-color css
<style>
span { border-color: #ECCAFA; }
span { border-color: rgb(236,202,250); }
td.TdClassName
{
border-color: #ECCAFA;
}
.TagClassName
{
border-color: #ECCAFA;
}
</style>