Shades of Blue Chalk #ECCCFA
Tints of Blue Chalk #ECCCFA
RGB
CMYK
RGB Variations
Color information
#ECCCFA (or 0xECCCFA) is known color: Blue Chalk. HEX triplet: EC, CC and FA. RGB value is (236,204,250). Sum of RGB (Red+Green+Blue) = 236+204+250=690 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.20% from 690); Green value is 204 (80.08% from 255 or 29.57% from 690); Blue value is 250 (98.05% from 255 or 36.23% from 690); Max value from RGB is 250 - color contains mainly: blue. Hex color #ECCCFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCCFA is #133305. Grayscale: #DADADA. Windows color (decimal): -1258246 or 16436460. OLE color: 16436460.
HSL color Cylindrical-coordinate representation of color #ECCCFA: hue angle of 281.74º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ECCCFA is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 236 | 204 | 250 | - |
CMYK | 0.06 | 0.18 | 0 | 0.02 |
HSL | 281.74º | 0.82% | 0.89% | - |
HSV(B) | 281.74º | 0.18% | 0.98% | - |
XYZ | 73.44 | 67.92 | 99.68 | - |
YUV | 218.81 | 145.6 | 140.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 204 | 250 | 0.06 | 0.18 | 0 | 0.02 | 281.74 | 0.82 | 0.89 |
Hex | EC | CC | FA | 6 | 12 | 0 | 2 | 11A | 52 | 59 |
Octal | 354 | 314 | 372 | 6 | 22 | 0 | 2 | 432 | 122 | 131 |
Binary | 11101100 | 11001100 | 11111010 | 110 | 10010 | 0 | 10 | 100011010 | 1010010 | 1011001 |
Color Harmonies of #ECCCFA
Complementary color
Monochromatic Colors of #ECCCFA
Black with #ECCCFA
Text Example
Text Example
White with #ECCCFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCCFA; }
p { color: rgb(236,204,250); }
H1.HeaderClassName
{
color: #ECCCFA;
}
.AnyTagClassName
{
color: #ECCCFA;
}
</style>
background-color css
<style>
a { background-color: #ECCCFA; }
a { background-color: rgb(236,204,250); }
div.DivClassName
{
background-color: #ECCCFA;
}
.BgClassName
{
background-color: #ECCCFA;
}
</style>
border-color css
<style>
span { border-color: #ECCCFA; }
span { border-color: rgb(236,204,250); }
td.TdClassName
{
border-color: #ECCCFA;
}
.TagClassName
{
border-color: #ECCCFA;
}
</style>