Shades of Blue Chalk #ECD7F3
Tints of Blue Chalk #ECD7F3
RGB
CMYK
RGB Variations
Color information
#ECD7F3 (or 0xECD7F3) is known color: Blue Chalk. HEX triplet: EC, D7 and F3. RGB value is (236,215,243). Sum of RGB (Red+Green+Blue) = 236+215+243=694 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.01% from 694); Green value is 215 (84.38% from 255 or 30.98% from 694); Blue value is 243 (95.31% from 255 or 35.01% from 694); Max value from RGB is 243 - color contains mainly: blue. Hex color #ECD7F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD7F3 is #13280C. Grayscale: #E0E0E0. Windows color (decimal): -1255437 or 15980524. OLE color: 15980524.
HSL color Cylindrical-coordinate representation of color #ECD7F3: hue angle of 285º degrees, saturation: 0.54, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ECD7F3 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 215 | 243 | - |
| CMYK | 0.03 | 0.12 | 0 | 0.05 |
| HSL | 285º | 0.54% | 0.9% | - |
| HSV(B) | 285º | 0.12% | 0.95% | - |
| XYZ | 75.07 | 72.9 | 94.91 | - |
| YUV | 224.47 | 138.46 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 215 | 243 | 0.03 | 0.12 | 0 | 0.05 | 285 | 0.54 | 0.9 |
| Hex | EC | D7 | F3 | 3 | C | 0 | 5 | 11D | 36 | 5A |
| Octal | 354 | 327 | 363 | 3 | 14 | 0 | 5 | 435 | 66 | 132 |
| Binary | 11101100 | 11010111 | 11110011 | 11 | 1100 | 0 | 101 | 100011101 | 110110 | 1011010 |
Color Harmonies of #ECD7F3
Complementary color
Monochromatic Colors of #ECD7F3
Black with #ECD7F3
Text Example
Text Example
White with #ECD7F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD7F3; }
p { color: rgb(236,215,243); }
H1.HeaderClassName
{
color: #ECD7F3;
}
.AnyTagClassName
{
color: #ECD7F3;
}
</style>
background-color css
<style>
a { background-color: #ECD7F3; }
a { background-color: rgb(236,215,243); }
div.DivClassName
{
background-color: #ECD7F3;
}
.BgClassName
{
background-color: #ECD7F3;
}
</style>
border-color css
<style>
span { border-color: #ECD7F3; }
span { border-color: rgb(236,215,243); }
td.TdClassName
{
border-color: #ECD7F3;
}
.TagClassName
{
border-color: #ECD7F3;
}
</style>