Shades of Blue Chalk #E1C7EE
Tints of Blue Chalk #E1C7EE
RGB
CMYK
RGB Variations
Color information
#E1C7EE (or 0xE1C7EE) is known color: Blue Chalk. HEX triplet: E1, C7 and EE. RGB value is (225,199,238). Sum of RGB (Red+Green+Blue) = 225+199+238=662 (87% of max value = 765). Red value is 225 (88.28% from 255 or 33.99% from 662); Green value is 199 (78.12% from 255 or 30.06% from 662); Blue value is 238 (93.36% from 255 or 35.95% from 662); Max value from RGB is 238 - color contains mainly: blue. Hex color #E1C7EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1C7EE is #1E3811. Grayscale: #D3D3D3. Windows color (decimal): -1980434 or 15648737. OLE color: 15648737.
HSL color Cylindrical-coordinate representation of color #E1C7EE: hue angle of 280º degrees, saturation: 0.53, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E1C7EE is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 199 | 238 | - |
| CMYK | 0.05 | 0.16 | 0 | 0.07 |
| HSL | 280º | 0.53% | 0.86% | - |
| HSV(B) | 280º | 0.16% | 0.93% | - |
| XYZ | 66.91 | 63.03 | 89.53 | - |
| YUV | 211.22 | 143.11 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 199 | 238 | 0.05 | 0.16 | 0 | 0.07 | 280 | 0.53 | 0.86 |
| Hex | E1 | C7 | EE | 5 | 10 | 0 | 7 | 118 | 35 | 56 |
| Octal | 341 | 307 | 356 | 5 | 20 | 0 | 7 | 430 | 65 | 126 |
| Binary | 11100001 | 11000111 | 11101110 | 101 | 10000 | 0 | 111 | 100011000 | 110101 | 1010110 |
Color Harmonies of #E1C7EE
Complementary color
Monochromatic Colors of #E1C7EE
Black with #E1C7EE
Text Example
Text Example
White with #E1C7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C7EE; }
p { color: rgb(225,199,238); }
H1.HeaderClassName
{
color: #E1C7EE;
}
.AnyTagClassName
{
color: #E1C7EE;
}
</style>
background-color css
<style>
a { background-color: #E1C7EE; }
a { background-color: rgb(225,199,238); }
div.DivClassName
{
background-color: #E1C7EE;
}
.BgClassName
{
background-color: #E1C7EE;
}
</style>
border-color css
<style>
span { border-color: #E1C7EE; }
span { border-color: rgb(225,199,238); }
td.TdClassName
{
border-color: #E1C7EE;
}
.TagClassName
{
border-color: #E1C7EE;
}
</style>