Shades of Blue Chalk #ECCFFE
Tints of Blue Chalk #ECCFFE
RGB
CMYK
RGB Variations
Color information
#ECCFFE (or 0xECCFFE) is known color: Blue Chalk. HEX triplet: EC, CF and FE. RGB value is (236,207,254). Sum of RGB (Red+Green+Blue) = 236+207+254=697 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.86% from 697); Green value is 207 (81.25% from 255 or 29.70% from 697); Blue value is 254 (99.61% from 255 or 36.44% from 697); Max value from RGB is 254 - color contains mainly: blue. Hex color #ECCFFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCFFE is #133001. Grayscale: #DCDCDC. Windows color (decimal): -1257474 or 16699372. OLE color: 16699372.
HSL color Cylindrical-coordinate representation of color #ECCFFE: hue angle of 277.02º 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 #ECCFFE is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 207 | 254 | - |
| CMYK | 0.07 | 0.19 | 0 | 0.00 |
| HSL | 277.02º | 0.96% | 0.9% | - |
| HSV(B) | 277.02º | 0.19% | 1% | - |
| XYZ | 74.79 | 69.61 | 103.26 | - |
| YUV | 221.03 | 146.61 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 207 | 254 | 0.07 | 0.19 | 0 | 0.00 | 277.02 | 0.96 | 0.9 |
| Hex | EC | CF | FE | 7 | 13 | 0 | 0 | 115 | 60 | 5A |
| Octal | 354 | 317 | 376 | 7 | 23 | 0 | 0 | 425 | 140 | 132 |
| Binary | 11101100 | 11001111 | 11111110 | 111 | 10011 | 0 | 0 | 100010101 | 1100000 | 1011010 |
Color Harmonies of #ECCFFE
Complementary color
Monochromatic Colors of #ECCFFE
Black with #ECCFFE
Text Example
Text Example
White with #ECCFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCFFE; }
p { color: rgb(236,207,254); }
H1.HeaderClassName
{
color: #ECCFFE;
}
.AnyTagClassName
{
color: #ECCFFE;
}
</style>
background-color css
<style>
a { background-color: #ECCFFE; }
a { background-color: rgb(236,207,254); }
div.DivClassName
{
background-color: #ECCFFE;
}
.BgClassName
{
background-color: #ECCFFE;
}
</style>
border-color css
<style>
span { border-color: #ECCFFE; }
span { border-color: rgb(236,207,254); }
td.TdClassName
{
border-color: #ECCFFE;
}
.TagClassName
{
border-color: #ECCFFE;
}
</style>