Shades of Blue Chalk #ECC7F8
Tints of Blue Chalk #ECC7F8
RGB
CMYK
RGB Variations
Color information
#ECC7F8 (or 0xECC7F8) is known color: Blue Chalk. HEX triplet: EC, C7 and F8. RGB value is (236,199,248). Sum of RGB (Red+Green+Blue) = 236+199+248=683 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.55% from 683); Green value is 199 (78.12% from 255 or 29.14% from 683); Blue value is 248 (97.27% from 255 or 36.31% from 683); Max value from RGB is 248 - color contains mainly: blue. Hex color #ECC7F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC7F8 is #133807. Grayscale: #D7D7D7. Windows color (decimal): -1259528 or 16304108. OLE color: 16304108.
HSL color Cylindrical-coordinate representation of color #ECC7F8: hue angle of 285.31º degrees, saturation: 0.78, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ECC7F8 is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 199 | 248 | - |
| CMYK | 0.05 | 0.20 | 0 | 0.03 |
| HSL | 285.31º | 0.78% | 0.88% | - |
| HSV(B) | 285.31º | 0.2% | 0.97% | - |
| XYZ | 71.96 | 65.46 | 97.65 | - |
| YUV | 215.65 | 146.26 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 199 | 248 | 0.05 | 0.20 | 0 | 0.03 | 285.31 | 0.78 | 0.88 |
| Hex | EC | C7 | F8 | 5 | 14 | 0 | 3 | 11D | 4E | 58 |
| Octal | 354 | 307 | 370 | 5 | 24 | 0 | 3 | 435 | 116 | 130 |
| Binary | 11101100 | 11000111 | 11111000 | 101 | 10100 | 0 | 11 | 100011101 | 1001110 | 1011000 |
Color Harmonies of #ECC7F8
Complementary color
Monochromatic Colors of #ECC7F8
Black with #ECC7F8
Text Example
Text Example
White with #ECC7F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC7F8; }
p { color: rgb(236,199,248); }
H1.HeaderClassName
{
color: #ECC7F8;
}
.AnyTagClassName
{
color: #ECC7F8;
}
</style>
background-color css
<style>
a { background-color: #ECC7F8; }
a { background-color: rgb(236,199,248); }
div.DivClassName
{
background-color: #ECC7F8;
}
.BgClassName
{
background-color: #ECC7F8;
}
</style>
border-color css
<style>
span { border-color: #ECC7F8; }
span { border-color: rgb(236,199,248); }
td.TdClassName
{
border-color: #ECC7F8;
}
.TagClassName
{
border-color: #ECC7F8;
}
</style>