Shades of Blue Chalk #E8CFF1
Tints of Blue Chalk #E8CFF1
RGB
CMYK
RGB Variations
Color information
#E8CFF1 (or 0xE8CFF1) is known color: Blue Chalk. HEX triplet: E8, CF and F1. RGB value is (232,207,241). Sum of RGB (Red+Green+Blue) = 232+207+241=680 (90% of max value = 765). Red value is 232 (91.02% from 255 or 34.12% from 680); Green value is 207 (81.25% from 255 or 30.44% from 680); Blue value is 241 (94.53% from 255 or 35.44% from 680); Max value from RGB is 241 - color contains mainly: blue. Hex color #E8CFF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8CFF1 is #17300E. Grayscale: #DADADA. Windows color (decimal): -1519631 or 15847400. OLE color: 15847400.
HSL color Cylindrical-coordinate representation of color #E8CFF1: hue angle of 284.12º 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 #E8CFF1 is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 207 | 241 | - |
| CMYK | 0.04 | 0.14 | 0 | 0.05 |
| HSL | 284.12º | 0.55% | 0.88% | - |
| HSV(B) | 284.12º | 0.14% | 0.95% | - |
| XYZ | 71.47 | 68.13 | 92.6 | - |
| YUV | 218.35 | 140.78 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 207 | 241 | 0.04 | 0.14 | 0 | 0.05 | 284.12 | 0.55 | 0.88 |
| Hex | E8 | CF | F1 | 4 | E | 0 | 5 | 11C | 37 | 58 |
| Octal | 350 | 317 | 361 | 4 | 16 | 0 | 5 | 434 | 67 | 130 |
| Binary | 11101000 | 11001111 | 11110001 | 100 | 1110 | 0 | 101 | 100011100 | 110111 | 1011000 |
Color Harmonies of #E8CFF1
Complementary color
Monochromatic Colors of #E8CFF1
Black with #E8CFF1
Text Example
Text Example
White with #E8CFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CFF1; }
p { color: rgb(232,207,241); }
H1.HeaderClassName
{
color: #E8CFF1;
}
.AnyTagClassName
{
color: #E8CFF1;
}
</style>
background-color css
<style>
a { background-color: #E8CFF1; }
a { background-color: rgb(232,207,241); }
div.DivClassName
{
background-color: #E8CFF1;
}
.BgClassName
{
background-color: #E8CFF1;
}
</style>
border-color css
<style>
span { border-color: #E8CFF1; }
span { border-color: rgb(232,207,241); }
td.TdClassName
{
border-color: #E8CFF1;
}
.TagClassName
{
border-color: #E8CFF1;
}
</style>