Shades of Blue Chalk #ECD0F9
Tints of Blue Chalk #ECD0F9
RGB
CMYK
RGB Variations
Color information
#ECD0F9 (or 0xECD0F9) is known color: Blue Chalk. HEX triplet: EC, D0 and F9. RGB value is (236,208,249). Sum of RGB (Red+Green+Blue) = 236+208+249=693 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.05% from 693); Green value is 208 (81.64% from 255 or 30.01% from 693); Blue value is 249 (97.66% from 255 or 35.93% from 693); Max value from RGB is 249 - color contains mainly: blue. Hex color #ECD0F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD0F9 is #132F06. Grayscale: #DCDCDC. Windows color (decimal): -1257223 or 16371948. OLE color: 16371948.
HSL color Cylindrical-coordinate representation of color #ECD0F9: hue angle of 280.98º degrees, saturation: 0.77, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ECD0F9 is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 208 | 249 | - |
| CMYK | 0.05 | 0.16 | 0 | 0.02 |
| HSL | 280.98º | 0.77% | 0.9% | - |
| HSV(B) | 280.98º | 0.16% | 0.98% | - |
| XYZ | 74.25 | 69.78 | 99.18 | - |
| YUV | 221.05 | 143.78 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 208 | 249 | 0.05 | 0.16 | 0 | 0.02 | 280.98 | 0.77 | 0.9 |
| Hex | EC | D0 | F9 | 5 | 10 | 0 | 2 | 119 | 4D | 5A |
| Octal | 354 | 320 | 371 | 5 | 20 | 0 | 2 | 431 | 115 | 132 |
| Binary | 11101100 | 11010000 | 11111001 | 101 | 10000 | 0 | 10 | 100011001 | 1001101 | 1011010 |
Color Harmonies of #ECD0F9
Complementary color
Monochromatic Colors of #ECD0F9
Black with #ECD0F9
Text Example
Text Example
White with #ECD0F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD0F9; }
p { color: rgb(236,208,249); }
H1.HeaderClassName
{
color: #ECD0F9;
}
.AnyTagClassName
{
color: #ECD0F9;
}
</style>
background-color css
<style>
a { background-color: #ECD0F9; }
a { background-color: rgb(236,208,249); }
div.DivClassName
{
background-color: #ECD0F9;
}
.BgClassName
{
background-color: #ECD0F9;
}
</style>
border-color css
<style>
span { border-color: #ECD0F9; }
span { border-color: rgb(236,208,249); }
td.TdClassName
{
border-color: #ECD0F9;
}
.TagClassName
{
border-color: #ECD0F9;
}
</style>