Shades of Blue Chalk #E8CCF1
Tints of Blue Chalk #E8CCF1
RGB
CMYK
RGB Variations
Color information
#E8CCF1 (or 0xE8CCF1) is known color: Blue Chalk. HEX triplet: E8, CC and F1. RGB value is (232,204,241). Sum of RGB (Red+Green+Blue) = 232+204+241=677 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.27% from 677); Green value is 204 (80.08% from 255 or 30.13% 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 #E8CCF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8CCF1 is #17330E. Grayscale: #D8D8D8. Windows color (decimal): -1520399 or 15846632. OLE color: 15846632.
HSL color Cylindrical-coordinate representation of color #E8CCF1: hue angle of 285.41º degrees, saturation: 0.57, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E8CCF1 is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 204 | 241 | - |
| CMYK | 0.04 | 0.15 | 0 | 0.05 |
| HSL | 285.41º | 0.57% | 0.87% | - |
| HSV(B) | 285.41º | 0.15% | 0.95% | - |
| XYZ | 70.75 | 66.69 | 92.36 | - |
| YUV | 216.59 | 141.78 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 204 | 241 | 0.04 | 0.15 | 0 | 0.05 | 285.41 | 0.57 | 0.87 |
| Hex | E8 | CC | F1 | 4 | F | 0 | 5 | 11D | 39 | 57 |
| Octal | 350 | 314 | 361 | 4 | 17 | 0 | 5 | 435 | 71 | 127 |
| Binary | 11101000 | 11001100 | 11110001 | 100 | 1111 | 0 | 101 | 100011101 | 111001 | 1010111 |
Color Harmonies of #E8CCF1
Complementary color
Monochromatic Colors of #E8CCF1
Black with #E8CCF1
Text Example
Text Example
White with #E8CCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CCF1; }
p { color: rgb(232,204,241); }
H1.HeaderClassName
{
color: #E8CCF1;
}
.AnyTagClassName
{
color: #E8CCF1;
}
</style>
background-color css
<style>
a { background-color: #E8CCF1; }
a { background-color: rgb(232,204,241); }
div.DivClassName
{
background-color: #E8CCF1;
}
.BgClassName
{
background-color: #E8CCF1;
}
</style>
border-color css
<style>
span { border-color: #E8CCF1; }
span { border-color: rgb(232,204,241); }
td.TdClassName
{
border-color: #E8CCF1;
}
.TagClassName
{
border-color: #E8CCF1;
}
</style>