Shades of Blue Chalk #E2DAE6
Tints of Blue Chalk #E2DAE6
RGB
CMYK
RGB Variations
Color information
#E2DAE6 (or 0xE2DAE6) is known color: Blue Chalk. HEX triplet: E2, DA and E6. RGB value is (226,218,230). Sum of RGB (Red+Green+Blue) = 226+218+230=674 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.53% from 674); Green value is 218 (85.55% from 255 or 32.34% from 674); Blue value is 230 (90.23% from 255 or 34.12% from 674); Max value from RGB is 230 - color contains mainly: blue. Hex color #E2DAE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DAE6 is #1D2519. Grayscale: #DDDDDD. Windows color (decimal): -1910042 or 15129314. OLE color: 15129314.
HSL color Cylindrical-coordinate representation of color #E2DAE6: hue angle of 280º degrees, saturation: 0.19, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E2DAE6 is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 226 | 218 | 230 | - |
CMYK | 0.02 | 0.05 | 0 | 0.10 |
HSL | 280º | 0.19% | 0.88% | - |
HSV(B) | 280º | 0.05% | 0.9% | - |
XYZ | 70.72 | 72.02 | 85.04 | - |
YUV | 221.76 | 132.65 | 131.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 218 | 230 | 0.02 | 0.05 | 0 | 0.10 | 280 | 0.19 | 0.88 |
Hex | E2 | DA | E6 | 2 | 5 | 0 | A | 118 | 13 | 58 |
Octal | 342 | 332 | 346 | 2 | 5 | 0 | 12 | 430 | 23 | 130 |
Binary | 11100010 | 11011010 | 11100110 | 10 | 101 | 0 | 1010 | 100011000 | 10011 | 1011000 |
Color Harmonies of #E2DAE6
Complementary color
Monochromatic Colors of #E2DAE6
Black with #E2DAE6
Text Example
Text Example
White with #E2DAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DAE6; }
p { color: rgb(226,218,230); }
H1.HeaderClassName
{
color: #E2DAE6;
}
.AnyTagClassName
{
color: #E2DAE6;
}
</style>
background-color css
<style>
a { background-color: #E2DAE6; }
a { background-color: rgb(226,218,230); }
div.DivClassName
{
background-color: #E2DAE6;
}
.BgClassName
{
background-color: #E2DAE6;
}
</style>
border-color css
<style>
span { border-color: #E2DAE6; }
span { border-color: rgb(226,218,230); }
td.TdClassName
{
border-color: #E2DAE6;
}
.TagClassName
{
border-color: #E2DAE6;
}
</style>