Shades of Blue Chalk #E9D4FF
Tints of Blue Chalk #E9D4FF
RGB
CMYK
RGB Variations
Color information
#E9D4FF (or 0xE9D4FF) is known color: Blue Chalk. HEX triplet: E9, D4 and FF. RGB value is (233,212,255). Sum of RGB (Red+Green+Blue) = 233+212+255=700 (92% of max value = 765). Red value is 233 (91.41% from 255 or 33.29% from 700); Green value is 212 (83.20% from 255 or 30.29% from 700); Blue value is 255 (100% from 255 or 36.43% from 700); Max value from RGB is 255 - color contains mainly: blue. Hex color #E9D4FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9D4FF is #162B00. Grayscale: #DFDFDF. Windows color (decimal): -1452801 or 16766185. OLE color: 16766185.
HSL color Cylindrical-coordinate representation of color #E9D4FF: hue angle of 269.3º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E9D4FF is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 233 | 212 | 255 | - |
| CMYK | 0.09 | 0.17 | 0 | 0 |
| HSL | 269.3º | 1% | 0.92% | - |
| HSV(B) | 269.3º | 0.17% | 1% | - |
| XYZ | 75.2 | 71.63 | 104.47 | - |
| YUV | 223.18 | 145.96 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 212 | 255 | 0.09 | 0.17 | 0 | 0 | 269.3 | 1 | 0.92 |
| Hex | E9 | D4 | FF | 9 | 11 | 0 | 0 | 10D | 64 | 5C |
| Octal | 351 | 324 | 377 | 11 | 21 | 0 | 0 | 415 | 144 | 134 |
| Binary | 11101001 | 11010100 | 11111111 | 1001 | 10001 | 0 | 0 | 100001101 | 1100100 | 1011100 |
Color Harmonies of #E9D4FF
Complementary color
Monochromatic Colors of #E9D4FF
Black with #E9D4FF
Text Example
Text Example
White with #E9D4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D4FF; }
p { color: rgb(233,212,255); }
H1.HeaderClassName
{
color: #E9D4FF;
}
.AnyTagClassName
{
color: #E9D4FF;
}
</style>
background-color css
<style>
a { background-color: #E9D4FF; }
a { background-color: rgb(233,212,255); }
div.DivClassName
{
background-color: #E9D4FF;
}
.BgClassName
{
background-color: #E9D4FF;
}
</style>
border-color css
<style>
span { border-color: #E9D4FF; }
span { border-color: rgb(233,212,255); }
td.TdClassName
{
border-color: #E9D4FF;
}
.TagClassName
{
border-color: #E9D4FF;
}
</style>