Shades of Blue Chalk #ECC7FA
Tints of Blue Chalk #ECC7FA
RGB
CMYK
RGB Variations
Color information
#ECC7FA (or 0xECC7FA) is known color: Blue Chalk. HEX triplet: EC, C7 and FA. RGB value is (236,199,250). Sum of RGB (Red+Green+Blue) = 236+199+250=685 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.45% from 685); Green value is 199 (78.12% from 255 or 29.05% from 685); Blue value is 250 (98.05% from 255 or 36.50% from 685); Max value from RGB is 250 - color contains mainly: blue. Hex color #ECC7FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC7FA is #133805. Grayscale: #D7D7D7. Windows color (decimal): -1259526 or 16435180. OLE color: 16435180.
HSL color Cylindrical-coordinate representation of color #ECC7FA: hue angle of 283.53º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ECC7FA is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 236 | 199 | 250 | - |
CMYK | 0.06 | 0.20 | 0 | 0.02 |
HSL | 283.53º | 0.84% | 0.88% | - |
HSV(B) | 283.53º | 0.2% | 0.98% | - |
XYZ | 72.27 | 65.58 | 99.29 | - |
YUV | 215.88 | 147.26 | 142.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 199 | 250 | 0.06 | 0.20 | 0 | 0.02 | 283.53 | 0.84 | 0.88 |
Hex | EC | C7 | FA | 6 | 14 | 0 | 2 | 11C | 54 | 58 |
Octal | 354 | 307 | 372 | 6 | 24 | 0 | 2 | 434 | 124 | 130 |
Binary | 11101100 | 11000111 | 11111010 | 110 | 10100 | 0 | 10 | 100011100 | 1010100 | 1011000 |
Color Harmonies of #ECC7FA
Complementary color
Monochromatic Colors of #ECC7FA
Black with #ECC7FA
Text Example
Text Example
White with #ECC7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC7FA; }
p { color: rgb(236,199,250); }
H1.HeaderClassName
{
color: #ECC7FA;
}
.AnyTagClassName
{
color: #ECC7FA;
}
</style>
background-color css
<style>
a { background-color: #ECC7FA; }
a { background-color: rgb(236,199,250); }
div.DivClassName
{
background-color: #ECC7FA;
}
.BgClassName
{
background-color: #ECC7FA;
}
</style>
border-color css
<style>
span { border-color: #ECC7FA; }
span { border-color: rgb(236,199,250); }
td.TdClassName
{
border-color: #ECC7FA;
}
.TagClassName
{
border-color: #ECC7FA;
}
</style>