Shades of Blue Chalk #ECCCFC
Tints of Blue Chalk #ECCCFC
RGB
CMYK
RGB Variations
Color information
#ECCCFC (or 0xECCCFC) is known color: Blue Chalk. HEX triplet: EC, CC and FC. RGB value is (236,204,252). Sum of RGB (Red+Green+Blue) = 236+204+252=692 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.10% from 692); Green value is 204 (80.08% from 255 or 29.48% from 692); Blue value is 252 (98.83% from 255 or 36.42% from 692); Max value from RGB is 252 - color contains mainly: blue. Hex color #ECCCFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCCFC is #133303. Grayscale: #DADADA. Windows color (decimal): -1258244 or 16567532. OLE color: 16567532.
HSL color Cylindrical-coordinate representation of color #ECCCFC: hue angle of 280º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ECCCFC is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 236 | 204 | 252 | - |
CMYK | 0.06 | 0.19 | 0 | 0.01 |
HSL | 280º | 0.89% | 0.89% | - |
HSV(B) | 280º | 0.19% | 0.99% | - |
XYZ | 73.76 | 68.05 | 101.34 | - |
YUV | 219.04 | 146.6 | 140.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 204 | 252 | 0.06 | 0.19 | 0 | 0.01 | 280 | 0.89 | 0.89 |
Hex | EC | CC | FC | 6 | 13 | 0 | 1 | 118 | 59 | 59 |
Octal | 354 | 314 | 374 | 6 | 23 | 0 | 1 | 430 | 131 | 131 |
Binary | 11101100 | 11001100 | 11111100 | 110 | 10011 | 0 | 1 | 100011000 | 1011001 | 1011001 |
Color Harmonies of #ECCCFC
Complementary color
Monochromatic Colors of #ECCCFC
Black with #ECCCFC
Text Example
Text Example
White with #ECCCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCCFC; }
p { color: rgb(236,204,252); }
H1.HeaderClassName
{
color: #ECCCFC;
}
.AnyTagClassName
{
color: #ECCCFC;
}
</style>
background-color css
<style>
a { background-color: #ECCCFC; }
a { background-color: rgb(236,204,252); }
div.DivClassName
{
background-color: #ECCCFC;
}
.BgClassName
{
background-color: #ECCCFC;
}
</style>
border-color css
<style>
span { border-color: #ECCCFC; }
span { border-color: rgb(236,204,252); }
td.TdClassName
{
border-color: #ECCCFC;
}
.TagClassName
{
border-color: #ECCCFC;
}
</style>