Shades of Blue Chalk #E2DAE9
Tints of Blue Chalk #E2DAE9
RGB
CMYK
RGB Variations
Color information
#E2DAE9 (or 0xE2DAE9) is known color: Blue Chalk. HEX triplet: E2, DA and E9. RGB value is (226,218,233). Sum of RGB (Red+Green+Blue) = 226+218+233=677 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.38% from 677); Green value is 218 (85.55% from 255 or 32.20% from 677); Blue value is 233 (91.41% from 255 or 34.42% from 677); Max value from RGB is 233 - color contains mainly: blue. Hex color #E2DAE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DAE9 is #1D2516. Grayscale: #DEDEDE. Windows color (decimal): -1910039 or 15325922. OLE color: 15325922.
HSL color Cylindrical-coordinate representation of color #E2DAE9: hue angle of 272º 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 #E2DAE9 is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 226 | 218 | 233 | - |
CMYK | 0.03 | 0.06 | 0 | 0.09 |
HSL | 272º | 0.25% | 0.88% | - |
HSV(B) | 272º | 0.06% | 0.91% | - |
XYZ | 71.14 | 72.19 | 87.28 | - |
YUV | 222.1 | 134.15 | 130.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 218 | 233 | 0.03 | 0.06 | 0 | 0.09 | 272 | 0.25 | 0.88 |
Hex | E2 | DA | E9 | 3 | 6 | 0 | 9 | 110 | 19 | 58 |
Octal | 342 | 332 | 351 | 3 | 6 | 0 | 11 | 420 | 31 | 130 |
Binary | 11100010 | 11011010 | 11101001 | 11 | 110 | 0 | 1001 | 100010000 | 11001 | 1011000 |
Color Harmonies of #E2DAE9
Complementary color
Monochromatic Colors of #E2DAE9
Black with #E2DAE9
Text Example
Text Example
White with #E2DAE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DAE9; }
p { color: rgb(226,218,233); }
H1.HeaderClassName
{
color: #E2DAE9;
}
.AnyTagClassName
{
color: #E2DAE9;
}
</style>
background-color css
<style>
a { background-color: #E2DAE9; }
a { background-color: rgb(226,218,233); }
div.DivClassName
{
background-color: #E2DAE9;
}
.BgClassName
{
background-color: #E2DAE9;
}
</style>
border-color css
<style>
span { border-color: #E2DAE9; }
span { border-color: rgb(226,218,233); }
td.TdClassName
{
border-color: #E2DAE9;
}
.TagClassName
{
border-color: #E2DAE9;
}
</style>