Shades of Blue Chalk #ECD6F7
Tints of Blue Chalk #ECD6F7
RGB
CMYK
RGB Variations
Color information
#ECD6F7 (or 0xECD6F7) is known color: Blue Chalk. HEX triplet: EC, D6 and F7. RGB value is (236,214,247). Sum of RGB (Red+Green+Blue) = 236+214+247=697 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.86% from 697); Green value is 214 (83.98% from 255 or 30.70% from 697); Blue value is 247 (96.88% from 255 or 35.44% from 697); Max value from RGB is 247 - color contains mainly: blue. Hex color #ECD6F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD6F7 is #132908. Grayscale: #E0E0E0. Windows color (decimal): -1255689 or 16242412. OLE color: 16242412.
HSL color Cylindrical-coordinate representation of color #ECD6F7: hue angle of 280º degrees, saturation: 0.67, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ECD6F7 is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 214 | 247 | - |
| CMYK | 0.04 | 0.13 | 0 | 0.03 |
| HSL | 280º | 0.67% | 0.9% | - |
| HSV(B) | 280º | 0.13% | 0.97% | - |
| XYZ | 75.43 | 72.64 | 98.04 | - |
| YUV | 224.34 | 140.79 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 214 | 247 | 0.04 | 0.13 | 0 | 0.03 | 280 | 0.67 | 0.9 |
| Hex | EC | D6 | F7 | 4 | D | 0 | 3 | 118 | 43 | 5A |
| Octal | 354 | 326 | 367 | 4 | 15 | 0 | 3 | 430 | 103 | 132 |
| Binary | 11101100 | 11010110 | 11110111 | 100 | 1101 | 0 | 11 | 100011000 | 1000011 | 1011010 |
Color Harmonies of #ECD6F7
Complementary color
Monochromatic Colors of #ECD6F7
Black with #ECD6F7
Text Example
Text Example
White with #ECD6F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD6F7; }
p { color: rgb(236,214,247); }
H1.HeaderClassName
{
color: #ECD6F7;
}
.AnyTagClassName
{
color: #ECD6F7;
}
</style>
background-color css
<style>
a { background-color: #ECD6F7; }
a { background-color: rgb(236,214,247); }
div.DivClassName
{
background-color: #ECD6F7;
}
.BgClassName
{
background-color: #ECD6F7;
}
</style>
border-color css
<style>
span { border-color: #ECD6F7; }
span { border-color: rgb(236,214,247); }
td.TdClassName
{
border-color: #ECD6F7;
}
.TagClassName
{
border-color: #ECD6F7;
}
</style>