Shades of Blue Chalk #E8D7EE
Tints of Blue Chalk #E8D7EE
RGB
CMYK
RGB Variations
Color information
#E8D7EE (or 0xE8D7EE) is known color: Blue Chalk. HEX triplet: E8, D7 and EE. RGB value is (232,215,238). Sum of RGB (Red+Green+Blue) = 232+215+238=685 (90% of max value = 765). Red value is 232 (91.02% from 255 or 33.87% from 685); Green value is 215 (84.38% from 255 or 31.39% from 685); Blue value is 238 (93.36% from 255 or 34.74% from 685); Max value from RGB is 238 - color contains mainly: blue. Hex color #E8D7EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8D7EE is #172811. Grayscale: #DEDEDE. Windows color (decimal): -1517586 or 15652840. OLE color: 15652840.
HSL color Cylindrical-coordinate representation of color #E8D7EE: hue angle of 284.35º degrees, saturation: 0.4, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E8D7EE is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 215 | 238 | - |
| CMYK | 0.03 | 0.10 | 0 | 0.07 |
| HSL | 284.35º | 0.4% | 0.89% | - |
| HSV(B) | 284.35º | 0.1% | 0.93% | - |
| XYZ | 73.01 | 71.93 | 90.92 | - |
| YUV | 222.71 | 136.63 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 215 | 238 | 0.03 | 0.10 | 0 | 0.07 | 284.35 | 0.4 | 0.89 |
| Hex | E8 | D7 | EE | 3 | A | 0 | 7 | 11C | 28 | 59 |
| Octal | 350 | 327 | 356 | 3 | 12 | 0 | 7 | 434 | 50 | 131 |
| Binary | 11101000 | 11010111 | 11101110 | 11 | 1010 | 0 | 111 | 100011100 | 101000 | 1011001 |
Color Harmonies of #E8D7EE
Complementary color
Monochromatic Colors of #E8D7EE
Black with #E8D7EE
Text Example
Text Example
White with #E8D7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D7EE; }
p { color: rgb(232,215,238); }
H1.HeaderClassName
{
color: #E8D7EE;
}
.AnyTagClassName
{
color: #E8D7EE;
}
</style>
background-color css
<style>
a { background-color: #E8D7EE; }
a { background-color: rgb(232,215,238); }
div.DivClassName
{
background-color: #E8D7EE;
}
.BgClassName
{
background-color: #E8D7EE;
}
</style>
border-color css
<style>
span { border-color: #E8D7EE; }
span { border-color: rgb(232,215,238); }
td.TdClassName
{
border-color: #E8D7EE;
}
.TagClassName
{
border-color: #E8D7EE;
}
</style>