Shades of Blue Chalk #E8D4EF
Tints of Blue Chalk #E8D4EF
RGB
CMYK
RGB Variations
Color information
#E8D4EF (or 0xE8D4EF) is known color: Blue Chalk. HEX triplet: E8, D4 and EF. RGB value is (232,212,239). Sum of RGB (Red+Green+Blue) = 232+212+239=683 (90% of max value = 765). Red value is 232 (91.02% from 255 or 33.97% from 683); Green value is 212 (83.20% from 255 or 31.04% from 683); Blue value is 239 (93.75% from 255 or 34.99% from 683); Max value from RGB is 239 - color contains mainly: blue. Hex color #E8D4EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8D4EF is #172B10. Grayscale: #DCDCDC. Windows color (decimal): -1518353 or 15717608. OLE color: 15717608.
HSL color Cylindrical-coordinate representation of color #E8D4EF: hue angle of 284.44º degrees, saturation: 0.46, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E8D4EF is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 232 | 212 | 239 | - |
| CMYK | 0.03 | 0.11 | 0 | 0.06 |
| HSL | 284.44º | 0.46% | 0.88% | - |
| HSV(B) | 284.44º | 0.11% | 0.94% | - |
| XYZ | 72.4 | 70.47 | 91.45 | - |
| YUV | 221.06 | 138.13 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 212 | 239 | 0.03 | 0.11 | 0 | 0.06 | 284.44 | 0.46 | 0.88 |
| Hex | E8 | D4 | EF | 3 | B | 0 | 6 | 11C | 2E | 58 |
| Octal | 350 | 324 | 357 | 3 | 13 | 0 | 6 | 434 | 56 | 130 |
| Binary | 11101000 | 11010100 | 11101111 | 11 | 1011 | 0 | 110 | 100011100 | 101110 | 1011000 |
Color Harmonies of #E8D4EF
Complementary color
Monochromatic Colors of #E8D4EF
Black with #E8D4EF
Text Example
Text Example
White with #E8D4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D4EF; }
p { color: rgb(232,212,239); }
H1.HeaderClassName
{
color: #E8D4EF;
}
.AnyTagClassName
{
color: #E8D4EF;
}
</style>
background-color css
<style>
a { background-color: #E8D4EF; }
a { background-color: rgb(232,212,239); }
div.DivClassName
{
background-color: #E8D4EF;
}
.BgClassName
{
background-color: #E8D4EF;
}
</style>
border-color css
<style>
span { border-color: #E8D4EF; }
span { border-color: rgb(232,212,239); }
td.TdClassName
{
border-color: #E8D4EF;
}
.TagClassName
{
border-color: #E8D4EF;
}
</style>