Shades of Blue Chalk #E9DCEF
Tints of Blue Chalk #E9DCEF
RGB
CMYK
RGB Variations
Color information
#E9DCEF (or 0xE9DCEF) is known color: Blue Chalk. HEX triplet: E9, DC and EF. RGB value is (233,220,239). Sum of RGB (Red+Green+Blue) = 233+220+239=692 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.67% from 692); Green value is 220 (86.33% from 255 or 31.79% from 692); Blue value is 239 (93.75% from 255 or 34.54% from 692); Max value from RGB is 239 - color contains mainly: blue. Hex color #E9DCEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DCEF is #162310. Grayscale: #E1E1E1. Windows color (decimal): -1450769 or 15719657. OLE color: 15719657.
HSL color Cylindrical-coordinate representation of color #E9DCEF: hue angle of 281.05º degrees, saturation: 0.37, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E9DCEF is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 233 | 220 | 239 | - |
| CMYK | 0.03 | 0.08 | 0 | 0.06 |
| HSL | 281.05º | 0.37% | 0.9% | - |
| HSV(B) | 281.05º | 0.08% | 0.94% | - |
| XYZ | 74.78 | 74.74 | 92.15 | - |
| YUV | 226.05 | 135.31 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 220 | 239 | 0.03 | 0.08 | 0 | 0.06 | 281.05 | 0.37 | 0.9 |
| Hex | E9 | DC | EF | 3 | 8 | 0 | 6 | 119 | 25 | 5A |
| Octal | 351 | 334 | 357 | 3 | 10 | 0 | 6 | 431 | 45 | 132 |
| Binary | 11101001 | 11011100 | 11101111 | 11 | 1000 | 0 | 110 | 100011001 | 100101 | 1011010 |
Color Harmonies of #E9DCEF
Complementary color
Monochromatic Colors of #E9DCEF
Black with #E9DCEF
Text Example
Text Example
White with #E9DCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DCEF; }
p { color: rgb(233,220,239); }
H1.HeaderClassName
{
color: #E9DCEF;
}
.AnyTagClassName
{
color: #E9DCEF;
}
</style>
background-color css
<style>
a { background-color: #E9DCEF; }
a { background-color: rgb(233,220,239); }
div.DivClassName
{
background-color: #E9DCEF;
}
.BgClassName
{
background-color: #E9DCEF;
}
</style>
border-color css
<style>
span { border-color: #E9DCEF; }
span { border-color: rgb(233,220,239); }
td.TdClassName
{
border-color: #E9DCEF;
}
.TagClassName
{
border-color: #E9DCEF;
}
</style>