Shades of Blue Chalk #E1CFF1
Tints of Blue Chalk #E1CFF1
RGB
CMYK
RGB Variations
Color information
#E1CFF1 (or 0xE1CFF1) is known color: Blue Chalk. HEX triplet: E1, CF and F1. RGB value is (225,207,241). Sum of RGB (Red+Green+Blue) = 225+207+241=673 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.43% from 673); Green value is 207 (81.25% from 255 or 30.76% from 673); Blue value is 241 (94.53% from 255 or 35.81% from 673); Max value from RGB is 241 - color contains mainly: blue. Hex color #E1CFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CFF1 is #1E300E. Grayscale: #D8D8D8. Windows color (decimal): -1978383 or 15847393. OLE color: 15847393.
HSL color Cylindrical-coordinate representation of color #E1CFF1: hue angle of 271.76º 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 #E1CFF1 is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 207 | 241 | - |
| CMYK | 0.07 | 0.14 | 0 | 0.05 |
| HSL | 271.76º | 0.55% | 0.88% | - |
| HSV(B) | 271.76º | 0.14% | 0.95% | - |
| XYZ | 69.24 | 66.98 | 92.5 | - |
| YUV | 216.26 | 141.96 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 207 | 241 | 0.07 | 0.14 | 0 | 0.05 | 271.76 | 0.55 | 0.88 |
| Hex | E1 | CF | F1 | 7 | E | 0 | 5 | 110 | 37 | 58 |
| Octal | 341 | 317 | 361 | 7 | 16 | 0 | 5 | 420 | 67 | 130 |
| Binary | 11100001 | 11001111 | 11110001 | 111 | 1110 | 0 | 101 | 100010000 | 110111 | 1011000 |
Color Harmonies of #E1CFF1
Complementary color
Monochromatic Colors of #E1CFF1
Black with #E1CFF1
Text Example
Text Example
White with #E1CFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CFF1; }
p { color: rgb(225,207,241); }
H1.HeaderClassName
{
color: #E1CFF1;
}
.AnyTagClassName
{
color: #E1CFF1;
}
</style>
background-color css
<style>
a { background-color: #E1CFF1; }
a { background-color: rgb(225,207,241); }
div.DivClassName
{
background-color: #E1CFF1;
}
.BgClassName
{
background-color: #E1CFF1;
}
</style>
border-color css
<style>
span { border-color: #E1CFF1; }
span { border-color: rgb(225,207,241); }
td.TdClassName
{
border-color: #E1CFF1;
}
.TagClassName
{
border-color: #E1CFF1;
}
</style>