Shades of Blue Chalk #ECCCF9
Tints of Blue Chalk #ECCCF9
RGB
CMYK
RGB Variations
Color information
#ECCCF9 (or 0xECCCF9) is known color: Blue Chalk. HEX triplet: EC, CC and F9. RGB value is (236,204,249). Sum of RGB (Red+Green+Blue) = 236+204+249=689 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.25% from 689); Green value is 204 (80.08% from 255 or 29.61% from 689); Blue value is 249 (97.66% from 255 or 36.14% from 689); Max value from RGB is 249 - color contains mainly: blue. Hex color #ECCCF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCCF9 is #133306. Grayscale: #DADADA. Windows color (decimal): -1258247 or 16370924. OLE color: 16370924.
HSL color Cylindrical-coordinate representation of color #ECCCF9: hue angle of 282.67º degrees, saturation: 0.79, 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 #ECCCF9 is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 236 | 204 | 249 | - |
CMYK | 0.05 | 0.18 | 0 | 0.02 |
HSL | 282.67º | 0.79% | 0.89% | - |
HSV(B) | 282.67º | 0.18% | 0.98% | - |
XYZ | 73.28 | 67.86 | 98.86 | - |
YUV | 218.7 | 145.1 | 140.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 204 | 249 | 0.05 | 0.18 | 0 | 0.02 | 282.67 | 0.79 | 0.89 |
Hex | EC | CC | F9 | 5 | 12 | 0 | 2 | 11B | 4F | 59 |
Octal | 354 | 314 | 371 | 5 | 22 | 0 | 2 | 433 | 117 | 131 |
Binary | 11101100 | 11001100 | 11111001 | 101 | 10010 | 0 | 10 | 100011011 | 1001111 | 1011001 |
Color Harmonies of #ECCCF9
Complementary color
Monochromatic Colors of #ECCCF9
Black with #ECCCF9
Text Example
Text Example
White with #ECCCF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCCF9; }
p { color: rgb(236,204,249); }
H1.HeaderClassName
{
color: #ECCCF9;
}
.AnyTagClassName
{
color: #ECCCF9;
}
</style>
background-color css
<style>
a { background-color: #ECCCF9; }
a { background-color: rgb(236,204,249); }
div.DivClassName
{
background-color: #ECCCF9;
}
.BgClassName
{
background-color: #ECCCF9;
}
</style>
border-color css
<style>
span { border-color: #ECCCF9; }
span { border-color: rgb(236,204,249); }
td.TdClassName
{
border-color: #ECCCF9;
}
.TagClassName
{
border-color: #ECCCF9;
}
</style>