Shades of Blue Chalk #ECCAF9
Tints of Blue Chalk #ECCAF9
RGB
CMYK
RGB Variations
Color information
#ECCAF9 (or 0xECCAF9) is known color: Blue Chalk. HEX triplet: EC, CA and F9. RGB value is (236,202,249). Sum of RGB (Red+Green+Blue) = 236+202+249=687 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.35% from 687); Green value is 202 (79.30% from 255 or 29.40% from 687); Blue value is 249 (97.66% from 255 or 36.24% from 687); Max value from RGB is 249 - color contains mainly: blue. Hex color #ECCAF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCAF9 is #133506. Grayscale: #D9D9D9. Windows color (decimal): -1258759 or 16370412. OLE color: 16370412.
HSL color Cylindrical-coordinate representation of color #ECCAF9: hue angle of 283.4º 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 #ECCAF9 is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 236 | 202 | 249 | - |
CMYK | 0.05 | 0.19 | 0 | 0.02 |
HSL | 283.4º | 0.8% | 0.88% | - |
HSV(B) | 283.4º | 0.19% | 0.98% | - |
XYZ | 72.81 | 66.91 | 98.7 | - |
YUV | 217.52 | 145.76 | 141.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 202 | 249 | 0.05 | 0.19 | 0 | 0.02 | 283.4 | 0.8 | 0.88 |
Hex | EC | CA | F9 | 5 | 13 | 0 | 2 | 11B | 50 | 58 |
Octal | 354 | 312 | 371 | 5 | 23 | 0 | 2 | 433 | 120 | 130 |
Binary | 11101100 | 11001010 | 11111001 | 101 | 10011 | 0 | 10 | 100011011 | 1010000 | 1011000 |
Color Harmonies of #ECCAF9
Complementary color
Monochromatic Colors of #ECCAF9
Black with #ECCAF9
Text Example
Text Example
White with #ECCAF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCAF9; }
p { color: rgb(236,202,249); }
H1.HeaderClassName
{
color: #ECCAF9;
}
.AnyTagClassName
{
color: #ECCAF9;
}
</style>
background-color css
<style>
a { background-color: #ECCAF9; }
a { background-color: rgb(236,202,249); }
div.DivClassName
{
background-color: #ECCAF9;
}
.BgClassName
{
background-color: #ECCAF9;
}
</style>
border-color css
<style>
span { border-color: #ECCAF9; }
span { border-color: rgb(236,202,249); }
td.TdClassName
{
border-color: #ECCAF9;
}
.TagClassName
{
border-color: #ECCAF9;
}
</style>