Shades of Blue Chalk #ECC4F9
Tints of Blue Chalk #ECC4F9
RGB
CMYK
RGB Variations
Color information
#ECC4F9 (or 0xECC4F9) is known color: Blue Chalk. HEX triplet: EC, C4 and F9. RGB value is (236,196,249). Sum of RGB (Red+Green+Blue) = 236+196+249=681 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.65% from 681); Green value is 196 (76.95% from 255 or 28.78% from 681); Blue value is 249 (97.66% from 255 or 36.56% from 681); Max value from RGB is 249 - color contains mainly: blue. Hex color #ECC4F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC4F9 is #133B06. Grayscale: #D5D5D5. Windows color (decimal): -1260295 or 16368876. OLE color: 16368876.
HSL color Cylindrical-coordinate representation of color #ECC4F9: hue angle of 285.28º degrees, saturation: 0.82, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ECC4F9 is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 196 | 249 | - |
| CMYK | 0.05 | 0.21 | 0 | 0.02 |
| HSL | 285.28º | 0.82% | 0.87% | - |
| HSV(B) | 285.28º | 0.21% | 0.98% | - |
| XYZ | 71.43 | 64.15 | 98.24 | - |
| YUV | 214 | 147.75 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 196 | 249 | 0.05 | 0.21 | 0 | 0.02 | 285.28 | 0.82 | 0.87 |
| Hex | EC | C4 | F9 | 5 | 15 | 0 | 2 | 11D | 52 | 57 |
| Octal | 354 | 304 | 371 | 5 | 25 | 0 | 2 | 435 | 122 | 127 |
| Binary | 11101100 | 11000100 | 11111001 | 101 | 10101 | 0 | 10 | 100011101 | 1010010 | 1010111 |
Color Harmonies of #ECC4F9
Complementary color
Monochromatic Colors of #ECC4F9
Black with #ECC4F9
Text Example
Text Example
White with #ECC4F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC4F9; }
p { color: rgb(236,196,249); }
H1.HeaderClassName
{
color: #ECC4F9;
}
.AnyTagClassName
{
color: #ECC4F9;
}
</style>
background-color css
<style>
a { background-color: #ECC4F9; }
a { background-color: rgb(236,196,249); }
div.DivClassName
{
background-color: #ECC4F9;
}
.BgClassName
{
background-color: #ECC4F9;
}
</style>
border-color css
<style>
span { border-color: #ECC4F9; }
span { border-color: rgb(236,196,249); }
td.TdClassName
{
border-color: #ECC4F9;
}
.TagClassName
{
border-color: #ECC4F9;
}
</style>