Shades of Blue Chalk #ECD0F7
Tints of Blue Chalk #ECD0F7
RGB
CMYK
RGB Variations
Color information
#ECD0F7 (or 0xECD0F7) is known color: Blue Chalk. HEX triplet: EC, D0 and F7. RGB value is (236,208,247). Sum of RGB (Red+Green+Blue) = 236+208+247=691 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.15% from 691); Green value is 208 (81.64% from 255 or 30.10% from 691); Blue value is 247 (96.88% from 255 or 35.75% from 691); Max value from RGB is 247 - color contains mainly: blue. Hex color #ECD0F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD0F7 is #132F08. Grayscale: #DCDCDC. Windows color (decimal): -1257225 or 16240876. OLE color: 16240876.
HSL color Cylindrical-coordinate representation of color #ECD0F7: hue angle of 283.08º 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 #ECD0F7 is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 208 | 247 | - |
| CMYK | 0.04 | 0.16 | 0 | 0.03 |
| HSL | 283.08º | 0.71% | 0.89% | - |
| HSV(B) | 283.08º | 0.16% | 0.97% | - |
| XYZ | 73.94 | 69.66 | 97.54 | - |
| YUV | 220.82 | 142.78 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 208 | 247 | 0.04 | 0.16 | 0 | 0.03 | 283.08 | 0.71 | 0.89 |
| Hex | EC | D0 | F7 | 4 | 10 | 0 | 3 | 11B | 47 | 59 |
| Octal | 354 | 320 | 367 | 4 | 20 | 0 | 3 | 433 | 107 | 131 |
| Binary | 11101100 | 11010000 | 11110111 | 100 | 10000 | 0 | 11 | 100011011 | 1000111 | 1011001 |
Color Harmonies of #ECD0F7
Complementary color
Monochromatic Colors of #ECD0F7
Black with #ECD0F7
Text Example
Text Example
White with #ECD0F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD0F7; }
p { color: rgb(236,208,247); }
H1.HeaderClassName
{
color: #ECD0F7;
}
.AnyTagClassName
{
color: #ECD0F7;
}
</style>
background-color css
<style>
a { background-color: #ECD0F7; }
a { background-color: rgb(236,208,247); }
div.DivClassName
{
background-color: #ECD0F7;
}
.BgClassName
{
background-color: #ECD0F7;
}
</style>
border-color css
<style>
span { border-color: #ECD0F7; }
span { border-color: rgb(236,208,247); }
td.TdClassName
{
border-color: #ECD0F7;
}
.TagClassName
{
border-color: #ECD0F7;
}
</style>