Shades of Blue Chalk #ECCEFE
Tints of Blue Chalk #ECCEFE
RGB
CMYK
RGB Variations
Color information
#ECCEFE (or 0xECCEFE) is known color: Blue Chalk. HEX triplet: EC, CE and FE. RGB value is (236,206,254). Sum of RGB (Red+Green+Blue) = 236+206+254=696 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.91% from 696); Green value is 206 (80.86% from 255 or 29.60% from 696); Blue value is 254 (99.61% from 255 or 36.49% from 696); Max value from RGB is 254 - color contains mainly: blue. Hex color #ECCEFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCEFE is #133101. Grayscale: #DCDCDC. Windows color (decimal): -1257730 or 16699116. OLE color: 16699116.
HSL color Cylindrical-coordinate representation of color #ECCEFE: hue angle of 277.5º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ECCEFE is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 206 | 254 | - |
| CMYK | 0.07 | 0.19 | 0 | 0.00 |
| HSL | 277.5º | 0.96% | 0.9% | - |
| HSV(B) | 277.5º | 0.19% | 1% | - |
| XYZ | 74.55 | 69.13 | 103.18 | - |
| YUV | 220.44 | 146.94 | 139.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 206 | 254 | 0.07 | 0.19 | 0 | 0.00 | 277.5 | 0.96 | 0.9 |
| Hex | EC | CE | FE | 7 | 13 | 0 | 0 | 116 | 60 | 5A |
| Octal | 354 | 316 | 376 | 7 | 23 | 0 | 0 | 426 | 140 | 132 |
| Binary | 11101100 | 11001110 | 11111110 | 111 | 10011 | 0 | 0 | 100010110 | 1100000 | 1011010 |
Color Harmonies of #ECCEFE
Complementary color
Monochromatic Colors of #ECCEFE
Black with #ECCEFE
Text Example
Text Example
White with #ECCEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCEFE; }
p { color: rgb(236,206,254); }
H1.HeaderClassName
{
color: #ECCEFE;
}
.AnyTagClassName
{
color: #ECCEFE;
}
</style>
background-color css
<style>
a { background-color: #ECCEFE; }
a { background-color: rgb(236,206,254); }
div.DivClassName
{
background-color: #ECCEFE;
}
.BgClassName
{
background-color: #ECCEFE;
}
</style>
border-color css
<style>
span { border-color: #ECCEFE; }
span { border-color: rgb(236,206,254); }
td.TdClassName
{
border-color: #ECCEFE;
}
.TagClassName
{
border-color: #ECCEFE;
}
</style>