Shades of Blue Chalk #ECC9F9
Tints of Blue Chalk #ECC9F9
RGB
CMYK
RGB Variations
Color information
#ECC9F9 (or 0xECC9F9) is known color: Blue Chalk. HEX triplet: EC, C9 and F9. RGB value is (236,201,249). Sum of RGB (Red+Green+Blue) = 236+201+249=686 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.40% from 686); Green value is 201 (78.91% from 255 or 29.30% from 686); Blue value is 249 (97.66% from 255 or 36.30% from 686); Max value from RGB is 249 - color contains mainly: blue. Hex color #ECC9F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC9F9 is #133606. Grayscale: #D8D8D8. Windows color (decimal): -1259015 or 16370156. OLE color: 16370156.
HSL color Cylindrical-coordinate representation of color #ECC9F9: hue angle of 283.75º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ECC9F9 is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 236 | 201 | 249 | - |
CMYK | 0.05 | 0.19 | 0 | 0.02 |
HSL | 283.75º | 0.8% | 0.88% | - |
HSV(B) | 283.75º | 0.19% | 0.98% | - |
XYZ | 72.58 | 66.45 | 98.62 | - |
YUV | 216.94 | 146.1 | 141.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 201 | 249 | 0.05 | 0.19 | 0 | 0.02 | 283.75 | 0.8 | 0.88 |
Hex | EC | C9 | F9 | 5 | 13 | 0 | 2 | 11C | 50 | 58 |
Octal | 354 | 311 | 371 | 5 | 23 | 0 | 2 | 434 | 120 | 130 |
Binary | 11101100 | 11001001 | 11111001 | 101 | 10011 | 0 | 10 | 100011100 | 1010000 | 1011000 |
Color Harmonies of #ECC9F9
Complementary color
Monochromatic Colors of #ECC9F9
Black with #ECC9F9
Text Example
Text Example
White with #ECC9F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC9F9; }
p { color: rgb(236,201,249); }
H1.HeaderClassName
{
color: #ECC9F9;
}
.AnyTagClassName
{
color: #ECC9F9;
}
</style>
background-color css
<style>
a { background-color: #ECC9F9; }
a { background-color: rgb(236,201,249); }
div.DivClassName
{
background-color: #ECC9F9;
}
.BgClassName
{
background-color: #ECC9F9;
}
</style>
border-color css
<style>
span { border-color: #ECC9F9; }
span { border-color: rgb(236,201,249); }
td.TdClassName
{
border-color: #ECC9F9;
}
.TagClassName
{
border-color: #ECC9F9;
}
</style>