Shades of Blue Chalk #E4DAE9
Tints of Blue Chalk #E4DAE9
RGB
CMYK
RGB Variations
Color information
#E4DAE9 (or 0xE4DAE9) is known color: Blue Chalk. HEX triplet: E4, DA and E9. RGB value is (228,218,233). Sum of RGB (Red+Green+Blue) = 228+218+233=679 (89% of max value = 765). Red value is 228 (89.45% from 255 or 33.58% from 679); Green value is 218 (85.55% from 255 or 32.11% from 679); Blue value is 233 (91.41% from 255 or 34.32% from 679); Max value from RGB is 233 - color contains mainly: blue. Hex color #E4DAE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4DAE9 is #1B2516. Grayscale: #DEDEDE. Windows color (decimal): -1778967 or 15325924. OLE color: 15325924.
HSL color Cylindrical-coordinate representation of color #E4DAE9: hue angle of 280º degrees, saturation: 0.25, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E4DAE9 is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 228 | 218 | 233 | - |
| CMYK | 0.02 | 0.06 | 0 | 0.09 |
| HSL | 280º | 0.25% | 0.88% | - |
| HSV(B) | 280º | 0.06% | 0.91% | - |
| XYZ | 71.77 | 72.52 | 87.31 | - |
| YUV | 222.7 | 133.81 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 218 | 233 | 0.02 | 0.06 | 0 | 0.09 | 280 | 0.25 | 0.88 |
| Hex | E4 | DA | E9 | 2 | 6 | 0 | 9 | 118 | 19 | 58 |
| Octal | 344 | 332 | 351 | 2 | 6 | 0 | 11 | 430 | 31 | 130 |
| Binary | 11100100 | 11011010 | 11101001 | 10 | 110 | 0 | 1001 | 100011000 | 11001 | 1011000 |
Color Harmonies of #E4DAE9
Complementary color
Monochromatic Colors of #E4DAE9
Black with #E4DAE9
Text Example
Text Example
White with #E4DAE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4DAE9; }
p { color: rgb(228,218,233); }
H1.HeaderClassName
{
color: #E4DAE9;
}
.AnyTagClassName
{
color: #E4DAE9;
}
</style>
background-color css
<style>
a { background-color: #E4DAE9; }
a { background-color: rgb(228,218,233); }
div.DivClassName
{
background-color: #E4DAE9;
}
.BgClassName
{
background-color: #E4DAE9;
}
</style>
border-color css
<style>
span { border-color: #E4DAE9; }
span { border-color: rgb(228,218,233); }
td.TdClassName
{
border-color: #E4DAE9;
}
.TagClassName
{
border-color: #E4DAE9;
}
</style>