Shades of Blue Chalk #ECCCF5
Tints of Blue Chalk #ECCCF5
RGB
CMYK
RGB Variations
Color information
#ECCCF5 (or 0xECCCF5) is known color: Blue Chalk. HEX triplet: EC, CC and F5. RGB value is (236,204,245). Sum of RGB (Red+Green+Blue) = 236+204+245=685 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.45% from 685); Green value is 204 (80.08% from 255 or 29.78% from 685); Blue value is 245 (96.09% from 255 or 35.77% from 685); Max value from RGB is 245 - color contains mainly: blue. Hex color #ECCCF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCCF5 is #13330A. Grayscale: #DADADA. Windows color (decimal): -1258251 or 16108780. OLE color: 16108780.
HSL color Cylindrical-coordinate representation of color #ECCCF5: hue angle of 286.83º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ECCCF5 is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 236 | 204 | 245 | - |
CMYK | 0.04 | 0.17 | 0 | 0.04 |
HSL | 286.83º | 0.67% | 0.88% | - |
HSV(B) | 286.83º | 0.17% | 0.96% | - |
XYZ | 72.67 | 67.61 | 95.61 | - |
YUV | 218.24 | 143.1 | 140.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 204 | 245 | 0.04 | 0.17 | 0 | 0.04 | 286.83 | 0.67 | 0.88 |
Hex | EC | CC | F5 | 4 | 11 | 0 | 4 | 11F | 43 | 58 |
Octal | 354 | 314 | 365 | 4 | 21 | 0 | 4 | 437 | 103 | 130 |
Binary | 11101100 | 11001100 | 11110101 | 100 | 10001 | 0 | 100 | 100011111 | 1000011 | 1011000 |
Color Harmonies of #ECCCF5
Complementary color
Monochromatic Colors of #ECCCF5
Black with #ECCCF5
Text Example
Text Example
White with #ECCCF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCCF5; }
p { color: rgb(236,204,245); }
H1.HeaderClassName
{
color: #ECCCF5;
}
.AnyTagClassName
{
color: #ECCCF5;
}
</style>
background-color css
<style>
a { background-color: #ECCCF5; }
a { background-color: rgb(236,204,245); }
div.DivClassName
{
background-color: #ECCCF5;
}
.BgClassName
{
background-color: #ECCCF5;
}
</style>
border-color css
<style>
span { border-color: #ECCCF5; }
span { border-color: rgb(236,204,245); }
td.TdClassName
{
border-color: #ECCCF5;
}
.TagClassName
{
border-color: #ECCCF5;
}
</style>