Shades of Blue Chalk #E7CCF1
Tints of Blue Chalk #E7CCF1
RGB
CMYK
RGB Variations
Color information
#E7CCF1 (or 0xE7CCF1) is known color: Blue Chalk. HEX triplet: E7, CC and F1. RGB value is (231,204,241). Sum of RGB (Red+Green+Blue) = 231+204+241=676 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.17% from 676); Green value is 204 (80.08% from 255 or 30.18% from 676); Blue value is 241 (94.53% from 255 or 35.65% from 676); Max value from RGB is 241 - color contains mainly: blue. Hex color #E7CCF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7CCF1 is #18330E. Grayscale: #D8D8D8. Windows color (decimal): -1585935 or 15846631. OLE color: 15846631.
HSL color Cylindrical-coordinate representation of color #E7CCF1: hue angle of 283.78º 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 #E7CCF1 is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 231 | 204 | 241 | - |
| CMYK | 0.04 | 0.15 | 0 | 0.05 |
| HSL | 283.78º | 0.57% | 0.87% | - |
| HSV(B) | 283.78º | 0.15% | 0.95% | - |
| XYZ | 70.43 | 66.53 | 92.35 | - |
| YUV | 216.29 | 141.95 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 204 | 241 | 0.04 | 0.15 | 0 | 0.05 | 283.78 | 0.57 | 0.87 |
| Hex | E7 | CC | F1 | 4 | F | 0 | 5 | 11C | 39 | 57 |
| Octal | 347 | 314 | 361 | 4 | 17 | 0 | 5 | 434 | 71 | 127 |
| Binary | 11100111 | 11001100 | 11110001 | 100 | 1111 | 0 | 101 | 100011100 | 111001 | 1010111 |
Color Harmonies of #E7CCF1
Complementary color
Monochromatic Colors of #E7CCF1
Black with #E7CCF1
Text Example
Text Example
White with #E7CCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CCF1; }
p { color: rgb(231,204,241); }
H1.HeaderClassName
{
color: #E7CCF1;
}
.AnyTagClassName
{
color: #E7CCF1;
}
</style>
background-color css
<style>
a { background-color: #E7CCF1; }
a { background-color: rgb(231,204,241); }
div.DivClassName
{
background-color: #E7CCF1;
}
.BgClassName
{
background-color: #E7CCF1;
}
</style>
border-color css
<style>
span { border-color: #E7CCF1; }
span { border-color: rgb(231,204,241); }
td.TdClassName
{
border-color: #E7CCF1;
}
.TagClassName
{
border-color: #E7CCF1;
}
</style>