Shades of Blue Chalk #ECCEF7
Tints of Blue Chalk #ECCEF7
RGB
CMYK
RGB Variations
Color information
#ECCEF7 (or 0xECCEF7) is known color: Blue Chalk. HEX triplet: EC, CE and F7. RGB value is (236,206,247). Sum of RGB (Red+Green+Blue) = 236+206+247=689 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.25% from 689); Green value is 206 (80.86% from 255 or 29.90% from 689); Blue value is 247 (96.88% from 255 or 35.85% from 689); Max value from RGB is 247 - color contains mainly: blue. Hex color #ECCEF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCEF7 is #133108. Grayscale: #DBDBDB. Windows color (decimal): -1257737 or 16240364. OLE color: 16240364.
HSL color Cylindrical-coordinate representation of color #ECCEF7: hue angle of 283.9º degrees, saturation: 0.72, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ECCEF7 is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 206 | 247 | - |
| CMYK | 0.04 | 0.17 | 0 | 0.03 |
| HSL | 283.9º | 0.72% | 0.89% | - |
| HSV(B) | 283.9º | 0.17% | 0.97% | - |
| XYZ | 73.45 | 68.69 | 97.38 | - |
| YUV | 219.64 | 143.44 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 206 | 247 | 0.04 | 0.17 | 0 | 0.03 | 283.9 | 0.72 | 0.89 |
| Hex | EC | CE | F7 | 4 | 11 | 0 | 3 | 11C | 48 | 59 |
| Octal | 354 | 316 | 367 | 4 | 21 | 0 | 3 | 434 | 110 | 131 |
| Binary | 11101100 | 11001110 | 11110111 | 100 | 10001 | 0 | 11 | 100011100 | 1001000 | 1011001 |
Color Harmonies of #ECCEF7
Complementary color
Monochromatic Colors of #ECCEF7
Black with #ECCEF7
Text Example
Text Example
White with #ECCEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCEF7; }
p { color: rgb(236,206,247); }
H1.HeaderClassName
{
color: #ECCEF7;
}
.AnyTagClassName
{
color: #ECCEF7;
}
</style>
background-color css
<style>
a { background-color: #ECCEF7; }
a { background-color: rgb(236,206,247); }
div.DivClassName
{
background-color: #ECCEF7;
}
.BgClassName
{
background-color: #ECCEF7;
}
</style>
border-color css
<style>
span { border-color: #ECCEF7; }
span { border-color: rgb(236,206,247); }
td.TdClassName
{
border-color: #ECCEF7;
}
.TagClassName
{
border-color: #ECCEF7;
}
</style>