Shades of Blue Chalk #E9DAEE
Tints of Blue Chalk #E9DAEE
RGB
CMYK
RGB Variations
Color information
#E9DAEE (or 0xE9DAEE) is known color: Blue Chalk. HEX triplet: E9, DA and EE. RGB value is (233,218,238). Sum of RGB (Red+Green+Blue) = 233+218+238=689 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.82% from 689); Green value is 218 (85.55% from 255 or 31.64% from 689); Blue value is 238 (93.36% from 255 or 34.54% from 689); Max value from RGB is 238 - color contains mainly: blue. Hex color #E9DAEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DAEE is #162511. Grayscale: #E0E0E0. Windows color (decimal): -1451282 or 15653609. OLE color: 15653609.
HSL color Cylindrical-coordinate representation of color #E9DAEE: hue angle of 285º degrees, saturation: 0.37, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E9DAEE is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 218 | 238 | - |
| CMYK | 0.02 | 0.08 | 0 | 0.07 |
| HSL | 285º | 0.37% | 0.89% | - |
| HSV(B) | 285º | 0.08% | 0.93% | - |
| XYZ | 74.11 | 73.64 | 91.2 | - |
| YUV | 224.77 | 135.47 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 218 | 238 | 0.02 | 0.08 | 0 | 0.07 | 285 | 0.37 | 0.89 |
| Hex | E9 | DA | EE | 2 | 8 | 0 | 7 | 11D | 25 | 59 |
| Octal | 351 | 332 | 356 | 2 | 10 | 0 | 7 | 435 | 45 | 131 |
| Binary | 11101001 | 11011010 | 11101110 | 10 | 1000 | 0 | 111 | 100011101 | 100101 | 1011001 |
Color Harmonies of #E9DAEE
Complementary color
Monochromatic Colors of #E9DAEE
Black with #E9DAEE
Text Example
Text Example
White with #E9DAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DAEE; }
p { color: rgb(233,218,238); }
H1.HeaderClassName
{
color: #E9DAEE;
}
.AnyTagClassName
{
color: #E9DAEE;
}
</style>
background-color css
<style>
a { background-color: #E9DAEE; }
a { background-color: rgb(233,218,238); }
div.DivClassName
{
background-color: #E9DAEE;
}
.BgClassName
{
background-color: #E9DAEE;
}
</style>
border-color css
<style>
span { border-color: #E9DAEE; }
span { border-color: rgb(233,218,238); }
td.TdClassName
{
border-color: #E9DAEE;
}
.TagClassName
{
border-color: #E9DAEE;
}
</style>