Shades of Blue Chalk #ECCFF7
Tints of Blue Chalk #ECCFF7
RGB
CMYK
RGB Variations
Color information
#ECCFF7 (or 0xECCFF7) is known color: Blue Chalk. HEX triplet: EC, CF and F7. RGB value is (236,207,247). Sum of RGB (Red+Green+Blue) = 236+207+247=690 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.20% from 690); Green value is 207 (81.25% from 255 or 30% from 690); Blue value is 247 (96.88% from 255 or 35.80% from 690); Max value from RGB is 247 - color contains mainly: blue. Hex color #ECCFF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCFF7 is #133008. Grayscale: #DCDCDC. Windows color (decimal): -1257481 or 16240620. OLE color: 16240620.
HSL color Cylindrical-coordinate representation of color #ECCFF7: hue angle of 283.5º degrees, saturation: 0.71, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ECCFF7 is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 207 | 247 | - |
| CMYK | 0.04 | 0.16 | 0 | 0.03 |
| HSL | 283.5º | 0.71% | 0.89% | - |
| HSV(B) | 283.5º | 0.16% | 0.97% | - |
| XYZ | 73.69 | 69.17 | 97.46 | - |
| YUV | 220.23 | 143.11 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 207 | 247 | 0.04 | 0.16 | 0 | 0.03 | 283.5 | 0.71 | 0.89 |
| Hex | EC | CF | F7 | 4 | 10 | 0 | 3 | 11C | 47 | 59 |
| Octal | 354 | 317 | 367 | 4 | 20 | 0 | 3 | 434 | 107 | 131 |
| Binary | 11101100 | 11001111 | 11110111 | 100 | 10000 | 0 | 11 | 100011100 | 1000111 | 1011001 |
Color Harmonies of #ECCFF7
Complementary color
Monochromatic Colors of #ECCFF7
Black with #ECCFF7
Text Example
Text Example
White with #ECCFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCFF7; }
p { color: rgb(236,207,247); }
H1.HeaderClassName
{
color: #ECCFF7;
}
.AnyTagClassName
{
color: #ECCFF7;
}
</style>
background-color css
<style>
a { background-color: #ECCFF7; }
a { background-color: rgb(236,207,247); }
div.DivClassName
{
background-color: #ECCFF7;
}
.BgClassName
{
background-color: #ECCFF7;
}
</style>
border-color css
<style>
span { border-color: #ECCFF7; }
span { border-color: rgb(236,207,247); }
td.TdClassName
{
border-color: #ECCFF7;
}
.TagClassName
{
border-color: #ECCFF7;
}
</style>