Shades of Blue Chalk #ECD5F7
Tints of Blue Chalk #ECD5F7
RGB
CMYK
RGB Variations
Color information
#ECD5F7 (or 0xECD5F7) is known color: Blue Chalk. HEX triplet: EC, D5 and F7. RGB value is (236,213,247). Sum of RGB (Red+Green+Blue) = 236+213+247=696 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.91% from 696); Green value is 213 (83.59% from 255 or 30.60% from 696); Blue value is 247 (96.88% from 255 or 35.49% from 696); Max value from RGB is 247 - color contains mainly: blue. Hex color #ECD5F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD5F7 is #132A08. Grayscale: #DFDFDF. Windows color (decimal): -1255945 or 16242156. OLE color: 16242156.
HSL color Cylindrical-coordinate representation of color #ECD5F7: hue angle of 280.59º degrees, saturation: 0.68, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ECD5F7 is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 213 | 247 | - |
| CMYK | 0.04 | 0.14 | 0 | 0.03 |
| HSL | 280.59º | 0.68% | 0.9% | - |
| HSV(B) | 280.59º | 0.14% | 0.97% | - |
| XYZ | 75.17 | 72.14 | 97.96 | - |
| YUV | 223.75 | 141.12 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 213 | 247 | 0.04 | 0.14 | 0 | 0.03 | 280.59 | 0.68 | 0.9 |
| Hex | EC | D5 | F7 | 4 | E | 0 | 3 | 119 | 44 | 5A |
| Octal | 354 | 325 | 367 | 4 | 16 | 0 | 3 | 431 | 104 | 132 |
| Binary | 11101100 | 11010101 | 11110111 | 100 | 1110 | 0 | 11 | 100011001 | 1000100 | 1011010 |
Color Harmonies of #ECD5F7
Complementary color
Monochromatic Colors of #ECD5F7
Black with #ECD5F7
Text Example
Text Example
White with #ECD5F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD5F7; }
p { color: rgb(236,213,247); }
H1.HeaderClassName
{
color: #ECD5F7;
}
.AnyTagClassName
{
color: #ECD5F7;
}
</style>
background-color css
<style>
a { background-color: #ECD5F7; }
a { background-color: rgb(236,213,247); }
div.DivClassName
{
background-color: #ECD5F7;
}
.BgClassName
{
background-color: #ECD5F7;
}
</style>
border-color css
<style>
span { border-color: #ECD5F7; }
span { border-color: rgb(236,213,247); }
td.TdClassName
{
border-color: #ECD5F7;
}
.TagClassName
{
border-color: #ECD5F7;
}
</style>