Shades of Blue Chalk #ECD3F6
Tints of Blue Chalk #ECD3F6
RGB
CMYK
RGB Variations
Color information
#ECD3F6 (or 0xECD3F6) is known color: Blue Chalk. HEX triplet: EC, D3 and F6. RGB value is (236,211,246). Sum of RGB (Red+Green+Blue) = 236+211+246=693 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.05% from 693); Green value is 211 (82.81% from 255 or 30.45% from 693); Blue value is 246 (96.48% from 255 or 35.50% from 693); Max value from RGB is 246 - color contains mainly: blue. Hex color #ECD3F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD3F6 is #132C09. Grayscale: #DEDEDE. Windows color (decimal): -1256458 or 16176108. OLE color: 16176108.
HSL color Cylindrical-coordinate representation of color #ECD3F6: hue angle of 282.86º degrees, saturation: 0.66, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ECD3F6 is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 211 | 246 | - |
| CMYK | 0.04 | 0.14 | 0 | 0.04 |
| HSL | 282.86º | 0.66% | 0.9% | - |
| HSV(B) | 282.86º | 0.14% | 0.96% | - |
| XYZ | 74.52 | 71.08 | 96.98 | - |
| YUV | 222.47 | 141.28 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 211 | 246 | 0.04 | 0.14 | 0 | 0.04 | 282.86 | 0.66 | 0.9 |
| Hex | EC | D3 | F6 | 4 | E | 0 | 4 | 11B | 42 | 5A |
| Octal | 354 | 323 | 366 | 4 | 16 | 0 | 4 | 433 | 102 | 132 |
| Binary | 11101100 | 11010011 | 11110110 | 100 | 1110 | 0 | 100 | 100011011 | 1000010 | 1011010 |
Color Harmonies of #ECD3F6
Complementary color
Monochromatic Colors of #ECD3F6
Black with #ECD3F6
Text Example
Text Example
White with #ECD3F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD3F6; }
p { color: rgb(236,211,246); }
H1.HeaderClassName
{
color: #ECD3F6;
}
.AnyTagClassName
{
color: #ECD3F6;
}
</style>
background-color css
<style>
a { background-color: #ECD3F6; }
a { background-color: rgb(236,211,246); }
div.DivClassName
{
background-color: #ECD3F6;
}
.BgClassName
{
background-color: #ECD3F6;
}
</style>
border-color css
<style>
span { border-color: #ECD3F6; }
span { border-color: rgb(236,211,246); }
td.TdClassName
{
border-color: #ECD3F6;
}
.TagClassName
{
border-color: #ECD3F6;
}
</style>