Shades of Blue Chalk #ECD3F2
Tints of Blue Chalk #ECD3F2
RGB
CMYK
RGB Variations
Color information
#ECD3F2 (or 0xECD3F2) is known color: Blue Chalk. HEX triplet: EC, D3 and F2. RGB value is (236,211,242). Sum of RGB (Red+Green+Blue) = 236+211+242=689 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.25% from 689); Green value is 211 (82.81% from 255 or 30.62% from 689); Blue value is 242 (94.92% from 255 or 35.12% from 689); Max value from RGB is 242 - color contains mainly: blue. Hex color #ECD3F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD3F2 is #132C0D. Grayscale: #DDDDDD. Windows color (decimal): -1256462 or 15913964. OLE color: 15913964.
HSL color Cylindrical-coordinate representation of color #ECD3F2: hue angle of 288.39º degrees, saturation: 0.54, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ECD3F2 is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 211 | 242 | - |
| CMYK | 0.02 | 0.13 | 0 | 0.05 |
| HSL | 288.39º | 0.54% | 0.89% | - |
| HSV(B) | 288.39º | 0.13% | 0.95% | - |
| XYZ | 73.91 | 70.83 | 93.78 | - |
| YUV | 222.01 | 139.28 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 211 | 242 | 0.02 | 0.13 | 0 | 0.05 | 288.39 | 0.54 | 0.89 |
| Hex | EC | D3 | F2 | 2 | D | 0 | 5 | 120 | 36 | 59 |
| Octal | 354 | 323 | 362 | 2 | 15 | 0 | 5 | 440 | 66 | 131 |
| Binary | 11101100 | 11010011 | 11110010 | 10 | 1101 | 0 | 101 | 100100000 | 110110 | 1011001 |
Color Harmonies of #ECD3F2
Complementary color
Monochromatic Colors of #ECD3F2
Black with #ECD3F2
Text Example
Text Example
White with #ECD3F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD3F2; }
p { color: rgb(236,211,242); }
H1.HeaderClassName
{
color: #ECD3F2;
}
.AnyTagClassName
{
color: #ECD3F2;
}
</style>
background-color css
<style>
a { background-color: #ECD3F2; }
a { background-color: rgb(236,211,242); }
div.DivClassName
{
background-color: #ECD3F2;
}
.BgClassName
{
background-color: #ECD3F2;
}
</style>
border-color css
<style>
span { border-color: #ECD3F2; }
span { border-color: rgb(236,211,242); }
td.TdClassName
{
border-color: #ECD3F2;
}
.TagClassName
{
border-color: #ECD3F2;
}
</style>