Shades of Blue Chalk #E8D7F6
Tints of Blue Chalk #E8D7F6
RGB
CMYK
RGB Variations
Color information
#E8D7F6 (or 0xE8D7F6) is known color: Blue Chalk. HEX triplet: E8, D7 and F6. RGB value is (232,215,246). Sum of RGB (Red+Green+Blue) = 232+215+246=693 (91% of max value = 765). Red value is 232 (91.02% from 255 or 33.48% from 693); Green value is 215 (84.38% from 255 or 31.02% from 693); Blue value is 246 (96.48% from 255 or 35.50% from 693); Max value from RGB is 246 - color contains mainly: blue. Hex color #E8D7F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8D7F6 is #172809. Grayscale: #DFDFDF. Windows color (decimal): -1517578 or 16177128. OLE color: 16177128.
HSL color Cylindrical-coordinate representation of color #E8D7F6: hue angle of 272.9º degrees, saturation: 0.63, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E8D7F6 is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 232 | 215 | 246 | - |
| CMYK | 0.06 | 0.13 | 0 | 0.04 |
| HSL | 272.9º | 0.63% | 0.9% | - |
| HSV(B) | 272.9º | 0.13% | 0.96% | - |
| XYZ | 74.21 | 72.41 | 97.25 | - |
| YUV | 223.62 | 140.63 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 215 | 246 | 0.06 | 0.13 | 0 | 0.04 | 272.9 | 0.63 | 0.9 |
| Hex | E8 | D7 | F6 | 6 | D | 0 | 4 | 111 | 3F | 5A |
| Octal | 350 | 327 | 366 | 6 | 15 | 0 | 4 | 421 | 77 | 132 |
| Binary | 11101000 | 11010111 | 11110110 | 110 | 1101 | 0 | 100 | 100010001 | 111111 | 1011010 |
Color Harmonies of #E8D7F6
Complementary color
Monochromatic Colors of #E8D7F6
Black with #E8D7F6
Text Example
Text Example
White with #E8D7F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D7F6; }
p { color: rgb(232,215,246); }
H1.HeaderClassName
{
color: #E8D7F6;
}
.AnyTagClassName
{
color: #E8D7F6;
}
</style>
background-color css
<style>
a { background-color: #E8D7F6; }
a { background-color: rgb(232,215,246); }
div.DivClassName
{
background-color: #E8D7F6;
}
.BgClassName
{
background-color: #E8D7F6;
}
</style>
border-color css
<style>
span { border-color: #E8D7F6; }
span { border-color: rgb(232,215,246); }
td.TdClassName
{
border-color: #E8D7F6;
}
.TagClassName
{
border-color: #E8D7F6;
}
</style>