Shades of Blue Chalk #ECD6FE
Tints of Blue Chalk #ECD6FE
RGB
CMYK
RGB Variations
Color information
#ECD6FE (or 0xECD6FE) is known color: Blue Chalk. HEX triplet: EC, D6 and FE. RGB value is (236,214,254). Sum of RGB (Red+Green+Blue) = 236+214+254=704 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.52% from 704); Green value is 214 (83.98% from 255 or 30.40% from 704); Blue value is 254 (99.61% from 255 or 36.08% from 704); Max value from RGB is 254 - color contains mainly: blue. Hex color #ECD6FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD6FE is #132901. Grayscale: #E1E1E1. Windows color (decimal): -1255682 or 16701164. OLE color: 16701164.
HSL color Cylindrical-coordinate representation of color #ECD6FE: hue angle of 273º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ECD6FE is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 214 | 254 | - |
| CMYK | 0.07 | 0.16 | 0 | 0.00 |
| HSL | 273º | 0.95% | 0.92% | - |
| HSV(B) | 273º | 0.16% | 1% | - |
| XYZ | 76.53 | 73.08 | 103.84 | - |
| YUV | 225.14 | 144.29 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 214 | 254 | 0.07 | 0.16 | 0 | 0.00 | 273 | 0.95 | 0.92 |
| Hex | EC | D6 | FE | 7 | 10 | 0 | 0 | 111 | 5F | 5C |
| Octal | 354 | 326 | 376 | 7 | 20 | 0 | 0 | 421 | 137 | 134 |
| Binary | 11101100 | 11010110 | 11111110 | 111 | 10000 | 0 | 0 | 100010001 | 1011111 | 1011100 |
Color Harmonies of #ECD6FE
Complementary color
Monochromatic Colors of #ECD6FE
Black with #ECD6FE
Text Example
Text Example
White with #ECD6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD6FE; }
p { color: rgb(236,214,254); }
H1.HeaderClassName
{
color: #ECD6FE;
}
.AnyTagClassName
{
color: #ECD6FE;
}
</style>
background-color css
<style>
a { background-color: #ECD6FE; }
a { background-color: rgb(236,214,254); }
div.DivClassName
{
background-color: #ECD6FE;
}
.BgClassName
{
background-color: #ECD6FE;
}
</style>
border-color css
<style>
span { border-color: #ECD6FE; }
span { border-color: rgb(236,214,254); }
td.TdClassName
{
border-color: #ECD6FE;
}
.TagClassName
{
border-color: #ECD6FE;
}
</style>