Shades of Blue Chalk #ECD0F3
Tints of Blue Chalk #ECD0F3
RGB
CMYK
RGB Variations
Color information
#ECD0F3 (or 0xECD0F3) is known color: Blue Chalk. HEX triplet: EC, D0 and F3. RGB value is (236,208,243). Sum of RGB (Red+Green+Blue) = 236+208+243=687 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.35% from 687); Green value is 208 (81.64% from 255 or 30.28% from 687); Blue value is 243 (95.31% from 255 or 35.37% from 687); Max value from RGB is 243 - color contains mainly: blue. Hex color #ECD0F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD0F3 is #132F0C. Grayscale: #DCDCDC. Windows color (decimal): -1257229 or 15978732. OLE color: 15978732.
HSL color Cylindrical-coordinate representation of color #ECD0F3: hue angle of 288º degrees, saturation: 0.59, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ECD0F3 is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 208 | 243 | - |
| CMYK | 0.03 | 0.14 | 0 | 0.05 |
| HSL | 288º | 0.59% | 0.88% | - |
| HSV(B) | 288º | 0.14% | 0.95% | - |
| XYZ | 73.33 | 69.42 | 94.33 | - |
| YUV | 220.36 | 140.78 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 208 | 243 | 0.03 | 0.14 | 0 | 0.05 | 288 | 0.59 | 0.88 |
| Hex | EC | D0 | F3 | 3 | E | 0 | 5 | 120 | 3B | 58 |
| Octal | 354 | 320 | 363 | 3 | 16 | 0 | 5 | 440 | 73 | 130 |
| Binary | 11101100 | 11010000 | 11110011 | 11 | 1110 | 0 | 101 | 100100000 | 111011 | 1011000 |
Color Harmonies of #ECD0F3
Complementary color
Monochromatic Colors of #ECD0F3
Black with #ECD0F3
Text Example
Text Example
White with #ECD0F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD0F3; }
p { color: rgb(236,208,243); }
H1.HeaderClassName
{
color: #ECD0F3;
}
.AnyTagClassName
{
color: #ECD0F3;
}
</style>
background-color css
<style>
a { background-color: #ECD0F3; }
a { background-color: rgb(236,208,243); }
div.DivClassName
{
background-color: #ECD0F3;
}
.BgClassName
{
background-color: #ECD0F3;
}
</style>
border-color css
<style>
span { border-color: #ECD0F3; }
span { border-color: rgb(236,208,243); }
td.TdClassName
{
border-color: #ECD0F3;
}
.TagClassName
{
border-color: #ECD0F3;
}
</style>