Shades of Blue Chalk #ECCEF5
Tints of Blue Chalk #ECCEF5
RGB
CMYK
RGB Variations
Color information
#ECCEF5 (or 0xECCEF5) is known color: Blue Chalk. HEX triplet: EC, CE and F5. RGB value is (236,206,245). Sum of RGB (Red+Green+Blue) = 236+206+245=687 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.35% from 687); Green value is 206 (80.86% from 255 or 29.99% from 687); Blue value is 245 (96.09% from 255 or 35.66% from 687); Max value from RGB is 245 - color contains mainly: blue. Hex color #ECCEF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCEF5 is #13310A. Grayscale: #DBDBDB. Windows color (decimal): -1257739 or 16109292. OLE color: 16109292.
HSL color Cylindrical-coordinate representation of color #ECCEF5: hue angle of 286.15º degrees, saturation: 0.66, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ECCEF5 is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 206 | 245 | - |
| CMYK | 0.04 | 0.16 | 0 | 0.04 |
| HSL | 286.15º | 0.66% | 0.88% | - |
| HSV(B) | 286.15º | 0.16% | 0.96% | - |
| XYZ | 73.14 | 68.57 | 95.77 | - |
| YUV | 219.42 | 142.44 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 206 | 245 | 0.04 | 0.16 | 0 | 0.04 | 286.15 | 0.66 | 0.88 |
| Hex | EC | CE | F5 | 4 | 10 | 0 | 4 | 11E | 42 | 58 |
| Octal | 354 | 316 | 365 | 4 | 20 | 0 | 4 | 436 | 102 | 130 |
| Binary | 11101100 | 11001110 | 11110101 | 100 | 10000 | 0 | 100 | 100011110 | 1000010 | 1011000 |
Color Harmonies of #ECCEF5
Complementary color
Monochromatic Colors of #ECCEF5
Black with #ECCEF5
Text Example
Text Example
White with #ECCEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCEF5; }
p { color: rgb(236,206,245); }
H1.HeaderClassName
{
color: #ECCEF5;
}
.AnyTagClassName
{
color: #ECCEF5;
}
</style>
background-color css
<style>
a { background-color: #ECCEF5; }
a { background-color: rgb(236,206,245); }
div.DivClassName
{
background-color: #ECCEF5;
}
.BgClassName
{
background-color: #ECCEF5;
}
</style>
border-color css
<style>
span { border-color: #ECCEF5; }
span { border-color: rgb(236,206,245); }
td.TdClassName
{
border-color: #ECCEF5;
}
.TagClassName
{
border-color: #ECCEF5;
}
</style>