Shades of Blue Chalk #E5CFF1
Tints of Blue Chalk #E5CFF1
RGB
CMYK
RGB Variations
Color information
#E5CFF1 (or 0xE5CFF1) is known color: Blue Chalk. HEX triplet: E5, CF and F1. RGB value is (229,207,241). Sum of RGB (Red+Green+Blue) = 229+207+241=677 (89% of max value = 765). Red value is 229 (89.84% from 255 or 33.83% from 677); Green value is 207 (81.25% from 255 or 30.58% from 677); Blue value is 241 (94.53% from 255 or 35.60% from 677); Max value from RGB is 241 - color contains mainly: blue. Hex color #E5CFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CFF1 is #1A300E. Grayscale: #D9D9D9. Windows color (decimal): -1716239 or 15847397. OLE color: 15847397.
HSL color Cylindrical-coordinate representation of color #E5CFF1: hue angle of 278.82º degrees, saturation: 0.55, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E5CFF1 is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 207 | 241 | - |
| CMYK | 0.05 | 0.14 | 0 | 0.05 |
| HSL | 278.82º | 0.55% | 0.88% | - |
| HSV(B) | 278.82º | 0.14% | 0.95% | - |
| XYZ | 70.5 | 67.63 | 92.56 | - |
| YUV | 217.45 | 141.29 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 207 | 241 | 0.05 | 0.14 | 0 | 0.05 | 278.82 | 0.55 | 0.88 |
| Hex | E5 | CF | F1 | 5 | E | 0 | 5 | 117 | 37 | 58 |
| Octal | 345 | 317 | 361 | 5 | 16 | 0 | 5 | 427 | 67 | 130 |
| Binary | 11100101 | 11001111 | 11110001 | 101 | 1110 | 0 | 101 | 100010111 | 110111 | 1011000 |
Color Harmonies of #E5CFF1
Complementary color
Monochromatic Colors of #E5CFF1
Black with #E5CFF1
Text Example
Text Example
White with #E5CFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CFF1; }
p { color: rgb(229,207,241); }
H1.HeaderClassName
{
color: #E5CFF1;
}
.AnyTagClassName
{
color: #E5CFF1;
}
</style>
background-color css
<style>
a { background-color: #E5CFF1; }
a { background-color: rgb(229,207,241); }
div.DivClassName
{
background-color: #E5CFF1;
}
.BgClassName
{
background-color: #E5CFF1;
}
</style>
border-color css
<style>
span { border-color: #E5CFF1; }
span { border-color: rgb(229,207,241); }
td.TdClassName
{
border-color: #E5CFF1;
}
.TagClassName
{
border-color: #E5CFF1;
}
</style>