Shades of Blue Chalk #ECD0F2
Tints of Blue Chalk #ECD0F2
RGB
CMYK
RGB Variations
Color information
#ECD0F2 (or 0xECD0F2) is known color: Blue Chalk. HEX triplet: EC, D0 and F2. RGB value is (236,208,242). Sum of RGB (Red+Green+Blue) = 236+208+242=686 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.40% from 686); Green value is 208 (81.64% from 255 or 30.32% from 686); Blue value is 242 (94.92% from 255 or 35.28% from 686); Max value from RGB is 242 - color contains mainly: blue. Hex color #ECD0F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD0F2 is #132F0D. Grayscale: #DCDCDC. Windows color (decimal): -1257230 or 15913196. OLE color: 15913196.
HSL color Cylindrical-coordinate representation of color #ECD0F2: hue angle of 289.41º degrees, saturation: 0.57, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ECD0F2 is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 208 | 242 | - |
| CMYK | 0.02 | 0.14 | 0 | 0.05 |
| HSL | 289.41º | 0.57% | 0.88% | - |
| HSV(B) | 289.41º | 0.14% | 0.95% | - |
| XYZ | 73.17 | 69.36 | 93.53 | - |
| YUV | 220.25 | 140.28 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 208 | 242 | 0.02 | 0.14 | 0 | 0.05 | 289.41 | 0.57 | 0.88 |
| Hex | EC | D0 | F2 | 2 | E | 0 | 5 | 121 | 39 | 58 |
| Octal | 354 | 320 | 362 | 2 | 16 | 0 | 5 | 441 | 71 | 130 |
| Binary | 11101100 | 11010000 | 11110010 | 10 | 1110 | 0 | 101 | 100100001 | 111001 | 1011000 |
Color Harmonies of #ECD0F2
Complementary color
Monochromatic Colors of #ECD0F2
Black with #ECD0F2
Text Example
Text Example
White with #ECD0F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD0F2; }
p { color: rgb(236,208,242); }
H1.HeaderClassName
{
color: #ECD0F2;
}
.AnyTagClassName
{
color: #ECD0F2;
}
</style>
background-color css
<style>
a { background-color: #ECD0F2; }
a { background-color: rgb(236,208,242); }
div.DivClassName
{
background-color: #ECD0F2;
}
.BgClassName
{
background-color: #ECD0F2;
}
</style>
border-color css
<style>
span { border-color: #ECD0F2; }
span { border-color: rgb(236,208,242); }
td.TdClassName
{
border-color: #ECD0F2;
}
.TagClassName
{
border-color: #ECD0F2;
}
</style>