Shades of Blue Chalk #E3DAE8
Tints of Blue Chalk #E3DAE8
RGB
CMYK
RGB Variations
Color information
#E3DAE8 (or 0xE3DAE8) is known color: Blue Chalk. HEX triplet: E3, DA and E8. RGB value is (227,218,232). Sum of RGB (Red+Green+Blue) = 227+218+232=677 (89% of max value = 765). Red value is 227 (89.06% from 255 or 33.53% from 677); Green value is 218 (85.55% from 255 or 32.20% from 677); Blue value is 232 (91.02% from 255 or 34.27% from 677); Max value from RGB is 232 - color contains mainly: blue. Hex color #E3DAE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3DAE8 is #1C2517. Grayscale: #DEDEDE. Windows color (decimal): -1844504 or 15260387. OLE color: 15260387.
HSL color Cylindrical-coordinate representation of color #E3DAE8: hue angle of 278.57º degrees, saturation: 0.23, 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 #E3DAE8 is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 227 | 218 | 232 | - |
| CMYK | 0.02 | 0.06 | 0 | 0.09 |
| HSL | 278.57º | 0.23% | 0.88% | - |
| HSV(B) | 278.57º | 0.06% | 0.91% | - |
| XYZ | 71.32 | 72.3 | 86.54 | - |
| YUV | 222.29 | 133.48 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 218 | 232 | 0.02 | 0.06 | 0 | 0.09 | 278.57 | 0.23 | 0.88 |
| Hex | E3 | DA | E8 | 2 | 6 | 0 | 9 | 117 | 17 | 58 |
| Octal | 343 | 332 | 350 | 2 | 6 | 0 | 11 | 427 | 27 | 130 |
| Binary | 11100011 | 11011010 | 11101000 | 10 | 110 | 0 | 1001 | 100010111 | 10111 | 1011000 |
Color Harmonies of #E3DAE8
Complementary color
Monochromatic Colors of #E3DAE8
Black with #E3DAE8
Text Example
Text Example
White with #E3DAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DAE8; }
p { color: rgb(227,218,232); }
H1.HeaderClassName
{
color: #E3DAE8;
}
.AnyTagClassName
{
color: #E3DAE8;
}
</style>
background-color css
<style>
a { background-color: #E3DAE8; }
a { background-color: rgb(227,218,232); }
div.DivClassName
{
background-color: #E3DAE8;
}
.BgClassName
{
background-color: #E3DAE8;
}
</style>
border-color css
<style>
span { border-color: #E3DAE8; }
span { border-color: rgb(227,218,232); }
td.TdClassName
{
border-color: #E3DAE8;
}
.TagClassName
{
border-color: #E3DAE8;
}
</style>