Shades of Blue Chalk #E5CCF7
Tints of Blue Chalk #E5CCF7
RGB
CMYK
RGB Variations
Color information
#E5CCF7 (or 0xE5CCF7) is known color: Blue Chalk. HEX triplet: E5, CC and F7. RGB value is (229,204,247). Sum of RGB (Red+Green+Blue) = 229+204+247=680 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.68% from 680); Green value is 204 (80.08% from 255 or 30% from 680); Blue value is 247 (96.88% from 255 or 36.32% from 680); Max value from RGB is 247 - color contains mainly: blue. Hex color #E5CCF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CCF7 is #1A3308. Grayscale: #D8D8D8. Windows color (decimal): -1717001 or 16239845. OLE color: 16239845.
HSL color Cylindrical-coordinate representation of color #E5CCF7: hue angle of 274.88º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E5CCF7 is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 229 | 204 | 247 | - |
| CMYK | 0.07 | 0.17 | 0 | 0.03 |
| HSL | 274.88º | 0.73% | 0.88% | - |
| HSV(B) | 274.88º | 0.17% | 0.97% | - |
| XYZ | 70.69 | 66.56 | 97.12 | - |
| YUV | 216.38 | 145.28 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 204 | 247 | 0.07 | 0.17 | 0 | 0.03 | 274.88 | 0.73 | 0.88 |
| Hex | E5 | CC | F7 | 7 | 11 | 0 | 3 | 113 | 49 | 58 |
| Octal | 345 | 314 | 367 | 7 | 21 | 0 | 3 | 423 | 111 | 130 |
| Binary | 11100101 | 11001100 | 11110111 | 111 | 10001 | 0 | 11 | 100010011 | 1001001 | 1011000 |
Color Harmonies of #E5CCF7
Complementary color
Monochromatic Colors of #E5CCF7
Black with #E5CCF7
Text Example
Text Example
White with #E5CCF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CCF7; }
p { color: rgb(229,204,247); }
H1.HeaderClassName
{
color: #E5CCF7;
}
.AnyTagClassName
{
color: #E5CCF7;
}
</style>
background-color css
<style>
a { background-color: #E5CCF7; }
a { background-color: rgb(229,204,247); }
div.DivClassName
{
background-color: #E5CCF7;
}
.BgClassName
{
background-color: #E5CCF7;
}
</style>
border-color css
<style>
span { border-color: #E5CCF7; }
span { border-color: rgb(229,204,247); }
td.TdClassName
{
border-color: #E5CCF7;
}
.TagClassName
{
border-color: #E5CCF7;
}
</style>