Shades of Blue Chalk #E7CFF1
Tints of Blue Chalk #E7CFF1
RGB
CMYK
RGB Variations
Color information
#E7CFF1 (or 0xE7CFF1) is known color: Blue Chalk. HEX triplet: E7, CF and F1. RGB value is (231,207,241). Sum of RGB (Red+Green+Blue) = 231+207+241=679 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.02% from 679); Green value is 207 (81.25% from 255 or 30.49% from 679); Blue value is 241 (94.53% from 255 or 35.49% from 679); Max value from RGB is 241 - color contains mainly: blue. Hex color #E7CFF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7CFF1 is #18300E. Grayscale: #D9D9D9. Windows color (decimal): -1585167 or 15847399. OLE color: 15847399.
HSL color Cylindrical-coordinate representation of color #E7CFF1: hue angle of 282.35º 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 #E7CFF1 is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 231 | 207 | 241 | - |
| CMYK | 0.04 | 0.14 | 0 | 0.05 |
| HSL | 282.35º | 0.55% | 0.88% | - |
| HSV(B) | 282.35º | 0.14% | 0.95% | - |
| XYZ | 71.15 | 67.97 | 92.59 | - |
| YUV | 218.05 | 140.95 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 207 | 241 | 0.04 | 0.14 | 0 | 0.05 | 282.35 | 0.55 | 0.88 |
| Hex | E7 | CF | F1 | 4 | E | 0 | 5 | 11A | 37 | 58 |
| Octal | 347 | 317 | 361 | 4 | 16 | 0 | 5 | 432 | 67 | 130 |
| Binary | 11100111 | 11001111 | 11110001 | 100 | 1110 | 0 | 101 | 100011010 | 110111 | 1011000 |
Color Harmonies of #E7CFF1
Complementary color
Monochromatic Colors of #E7CFF1
Black with #E7CFF1
Text Example
Text Example
White with #E7CFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CFF1; }
p { color: rgb(231,207,241); }
H1.HeaderClassName
{
color: #E7CFF1;
}
.AnyTagClassName
{
color: #E7CFF1;
}
</style>
background-color css
<style>
a { background-color: #E7CFF1; }
a { background-color: rgb(231,207,241); }
div.DivClassName
{
background-color: #E7CFF1;
}
.BgClassName
{
background-color: #E7CFF1;
}
</style>
border-color css
<style>
span { border-color: #E7CFF1; }
span { border-color: rgb(231,207,241); }
td.TdClassName
{
border-color: #E7CFF1;
}
.TagClassName
{
border-color: #E7CFF1;
}
</style>