Shades of Blue Chalk #ECCAFC
Tints of Blue Chalk #ECCAFC
RGB
CMYK
RGB Variations
Color information
#ECCAFC (or 0xECCAFC) is known color: Blue Chalk. HEX triplet: EC, CA and FC. RGB value is (236,202,252). Sum of RGB (Red+Green+Blue) = 236+202+252=690 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.20% from 690); Green value is 202 (79.30% from 255 or 29.28% from 690); Blue value is 252 (98.83% from 255 or 36.52% from 690); Max value from RGB is 252 - color contains mainly: blue. Hex color #ECCAFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCAFC is #133503. Grayscale: #D9D9D9. Windows color (decimal): -1258756 or 16567020. OLE color: 16567020.
HSL color Cylindrical-coordinate representation of color #ECCAFC: hue angle of 280.8º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ECCAFC is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 202 | 252 | - |
| CMYK | 0.06 | 0.20 | 0 | 0.01 |
| HSL | 280.8º | 0.89% | 0.89% | - |
| HSV(B) | 280.8º | 0.2% | 0.99% | - |
| XYZ | 73.28 | 67.1 | 101.19 | - |
| YUV | 217.87 | 147.26 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 202 | 252 | 0.06 | 0.20 | 0 | 0.01 | 280.8 | 0.89 | 0.89 |
| Hex | EC | CA | FC | 6 | 14 | 0 | 1 | 119 | 59 | 59 |
| Octal | 354 | 312 | 374 | 6 | 24 | 0 | 1 | 431 | 131 | 131 |
| Binary | 11101100 | 11001010 | 11111100 | 110 | 10100 | 0 | 1 | 100011001 | 1011001 | 1011001 |
Color Harmonies of #ECCAFC
Complementary color
Monochromatic Colors of #ECCAFC
Black with #ECCAFC
Text Example
Text Example
White with #ECCAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCAFC; }
p { color: rgb(236,202,252); }
H1.HeaderClassName
{
color: #ECCAFC;
}
.AnyTagClassName
{
color: #ECCAFC;
}
</style>
background-color css
<style>
a { background-color: #ECCAFC; }
a { background-color: rgb(236,202,252); }
div.DivClassName
{
background-color: #ECCAFC;
}
.BgClassName
{
background-color: #ECCAFC;
}
</style>
border-color css
<style>
span { border-color: #ECCAFC; }
span { border-color: rgb(236,202,252); }
td.TdClassName
{
border-color: #ECCAFC;
}
.TagClassName
{
border-color: #ECCAFC;
}
</style>