Shades of Blue Chalk #ECD2F7
Tints of Blue Chalk #ECD2F7
RGB
CMYK
RGB Variations
Color information
#ECD2F7 (or 0xECD2F7) is known color: Blue Chalk. HEX triplet: EC, D2 and F7. RGB value is (236,210,247). Sum of RGB (Red+Green+Blue) = 236+210+247=693 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.05% from 693); Green value is 210 (82.42% from 255 or 30.30% from 693); Blue value is 247 (96.88% from 255 or 35.64% from 693); Max value from RGB is 247 - color contains mainly: blue. Hex color #ECD2F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD2F7 is #132D08. Grayscale: #DDDDDD. Windows color (decimal): -1256713 or 16241388. OLE color: 16241388.
HSL color Cylindrical-coordinate representation of color #ECD2F7: hue angle of 282.16º degrees, saturation: 0.7, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ECD2F7 is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 210 | 247 | - |
| CMYK | 0.04 | 0.15 | 0 | 0.03 |
| HSL | 282.16º | 0.7% | 0.9% | - |
| HSV(B) | 282.16º | 0.15% | 0.97% | - |
| XYZ | 74.43 | 70.64 | 97.71 | - |
| YUV | 221.99 | 142.11 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 210 | 247 | 0.04 | 0.15 | 0 | 0.03 | 282.16 | 0.7 | 0.9 |
| Hex | EC | D2 | F7 | 4 | F | 0 | 3 | 11A | 46 | 5A |
| Octal | 354 | 322 | 367 | 4 | 17 | 0 | 3 | 432 | 106 | 132 |
| Binary | 11101100 | 11010010 | 11110111 | 100 | 1111 | 0 | 11 | 100011010 | 1000110 | 1011010 |
Color Harmonies of #ECD2F7
Complementary color
Monochromatic Colors of #ECD2F7
Black with #ECD2F7
Text Example
Text Example
White with #ECD2F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD2F7; }
p { color: rgb(236,210,247); }
H1.HeaderClassName
{
color: #ECD2F7;
}
.AnyTagClassName
{
color: #ECD2F7;
}
</style>
background-color css
<style>
a { background-color: #ECD2F7; }
a { background-color: rgb(236,210,247); }
div.DivClassName
{
background-color: #ECD2F7;
}
.BgClassName
{
background-color: #ECD2F7;
}
</style>
border-color css
<style>
span { border-color: #ECD2F7; }
span { border-color: rgb(236,210,247); }
td.TdClassName
{
border-color: #ECD2F7;
}
.TagClassName
{
border-color: #ECD2F7;
}
</style>