Shades of Blue Chalk #E9D4EF
Tints of Blue Chalk #E9D4EF
RGB
CMYK
RGB Variations
Color information
#E9D4EF (or 0xE9D4EF) is known color: Blue Chalk. HEX triplet: E9, D4 and EF. RGB value is (233,212,239). Sum of RGB (Red+Green+Blue) = 233+212+239=684 (90% of max value = 765). Red value is 233 (91.41% from 255 or 34.06% from 684); Green value is 212 (83.20% from 255 or 30.99% from 684); Blue value is 239 (93.75% from 255 or 34.94% from 684); Max value from RGB is 239 - color contains mainly: blue. Hex color #E9D4EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9D4EF is #162B10. Grayscale: #DDDDDD. Windows color (decimal): -1452817 or 15717609. OLE color: 15717609.
HSL color Cylindrical-coordinate representation of color #E9D4EF: hue angle of 286.67º 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 #E9D4EF is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 233 | 212 | 239 | - |
| CMYK | 0.03 | 0.11 | 0 | 0.06 |
| HSL | 286.67º | 0.46% | 0.88% | - |
| HSV(B) | 286.67º | 0.11% | 0.94% | - |
| XYZ | 72.73 | 70.64 | 91.46 | - |
| YUV | 221.36 | 137.96 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 212 | 239 | 0.03 | 0.11 | 0 | 0.06 | 286.67 | 0.46 | 0.88 |
| Hex | E9 | D4 | EF | 3 | B | 0 | 6 | 11F | 2E | 58 |
| Octal | 351 | 324 | 357 | 3 | 13 | 0 | 6 | 437 | 56 | 130 |
| Binary | 11101001 | 11010100 | 11101111 | 11 | 1011 | 0 | 110 | 100011111 | 101110 | 1011000 |
Color Harmonies of #E9D4EF
Complementary color
Monochromatic Colors of #E9D4EF
Black with #E9D4EF
Text Example
Text Example
White with #E9D4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D4EF; }
p { color: rgb(233,212,239); }
H1.HeaderClassName
{
color: #E9D4EF;
}
.AnyTagClassName
{
color: #E9D4EF;
}
</style>
background-color css
<style>
a { background-color: #E9D4EF; }
a { background-color: rgb(233,212,239); }
div.DivClassName
{
background-color: #E9D4EF;
}
.BgClassName
{
background-color: #E9D4EF;
}
</style>
border-color css
<style>
span { border-color: #E9D4EF; }
span { border-color: rgb(233,212,239); }
td.TdClassName
{
border-color: #E9D4EF;
}
.TagClassName
{
border-color: #E9D4EF;
}
</style>