Shades of Blue Chalk #E5DAEF
Tints of Blue Chalk #E5DAEF
RGB
CMYK
RGB Variations
Color information
#E5DAEF (or 0xE5DAEF) is known color: Blue Chalk. HEX triplet: E5, DA and EF. RGB value is (229,218,239). Sum of RGB (Red+Green+Blue) = 229+218+239=686 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.38% from 686); Green value is 218 (85.55% from 255 or 31.78% from 686); Blue value is 239 (93.75% from 255 or 34.84% from 686); Max value from RGB is 239 - color contains mainly: blue. Hex color #E5DAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DAEF is #1A2510. Grayscale: #DFDFDF. Windows color (decimal): -1713425 or 15719141. OLE color: 15719141.
HSL color Cylindrical-coordinate representation of color #E5DAEF: hue angle of 271.43º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E5DAEF is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 229 | 218 | 239 | - |
| CMYK | 0.04 | 0.09 | 0 | 0.06 |
| HSL | 271.43º | 0.4% | 0.9% | - |
| HSV(B) | 271.43º | 0.09% | 0.94% | - |
| XYZ | 72.96 | 73.03 | 91.91 | - |
| YUV | 223.68 | 136.64 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 218 | 239 | 0.04 | 0.09 | 0 | 0.06 | 271.43 | 0.4 | 0.9 |
| Hex | E5 | DA | EF | 4 | 9 | 0 | 6 | 10F | 28 | 5A |
| Octal | 345 | 332 | 357 | 4 | 11 | 0 | 6 | 417 | 50 | 132 |
| Binary | 11100101 | 11011010 | 11101111 | 100 | 1001 | 0 | 110 | 100001111 | 101000 | 1011010 |
Color Harmonies of #E5DAEF
Complementary color
Monochromatic Colors of #E5DAEF
Black with #E5DAEF
Text Example
Text Example
White with #E5DAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DAEF; }
p { color: rgb(229,218,239); }
H1.HeaderClassName
{
color: #E5DAEF;
}
.AnyTagClassName
{
color: #E5DAEF;
}
</style>
background-color css
<style>
a { background-color: #E5DAEF; }
a { background-color: rgb(229,218,239); }
div.DivClassName
{
background-color: #E5DAEF;
}
.BgClassName
{
background-color: #E5DAEF;
}
</style>
border-color css
<style>
span { border-color: #E5DAEF; }
span { border-color: rgb(229,218,239); }
td.TdClassName
{
border-color: #E5DAEF;
}
.TagClassName
{
border-color: #E5DAEF;
}
</style>