Shades of Blue Chalk #ECD5F3
Tints of Blue Chalk #ECD5F3
RGB
CMYK
RGB Variations
Color information
#ECD5F3 (or 0xECD5F3) is known color: Blue Chalk. HEX triplet: EC, D5 and F3. RGB value is (236,213,243). Sum of RGB (Red+Green+Blue) = 236+213+243=692 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.10% from 692); Green value is 213 (83.59% from 255 or 30.78% from 692); Blue value is 243 (95.31% from 255 or 35.12% from 692); Max value from RGB is 243 - color contains mainly: blue. Hex color #ECD5F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD5F3 is #132A0C. Grayscale: #DFDFDF. Windows color (decimal): -1255949 or 15980012. OLE color: 15980012.
HSL color Cylindrical-coordinate representation of color #ECD5F3: hue angle of 286º degrees, saturation: 0.56, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ECD5F3 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 213 | 243 | - |
| CMYK | 0.03 | 0.12 | 0 | 0.05 |
| HSL | 286º | 0.56% | 0.89% | - |
| HSV(B) | 286º | 0.12% | 0.95% | - |
| XYZ | 74.56 | 71.89 | 94.74 | - |
| YUV | 223.3 | 139.12 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 213 | 243 | 0.03 | 0.12 | 0 | 0.05 | 286 | 0.56 | 0.89 |
| Hex | EC | D5 | F3 | 3 | C | 0 | 5 | 11E | 38 | 59 |
| Octal | 354 | 325 | 363 | 3 | 14 | 0 | 5 | 436 | 70 | 131 |
| Binary | 11101100 | 11010101 | 11110011 | 11 | 1100 | 0 | 101 | 100011110 | 111000 | 1011001 |
Color Harmonies of #ECD5F3
Complementary color
Monochromatic Colors of #ECD5F3
Black with #ECD5F3
Text Example
Text Example
White with #ECD5F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD5F3; }
p { color: rgb(236,213,243); }
H1.HeaderClassName
{
color: #ECD5F3;
}
.AnyTagClassName
{
color: #ECD5F3;
}
</style>
background-color css
<style>
a { background-color: #ECD5F3; }
a { background-color: rgb(236,213,243); }
div.DivClassName
{
background-color: #ECD5F3;
}
.BgClassName
{
background-color: #ECD5F3;
}
</style>
border-color css
<style>
span { border-color: #ECD5F3; }
span { border-color: rgb(236,213,243); }
td.TdClassName
{
border-color: #ECD5F3;
}
.TagClassName
{
border-color: #ECD5F3;
}
</style>