Shades of Blue Chalk #E4DBEA
Tints of Blue Chalk #E4DBEA
RGB
CMYK
RGB Variations
Color information
#E4DBEA (or 0xE4DBEA) is known color: Blue Chalk. HEX triplet: E4, DB and EA. RGB value is (228,219,234). Sum of RGB (Red+Green+Blue) = 228+219+234=681 (90% of max value = 765). Red value is 228 (89.45% from 255 or 33.48% from 681); Green value is 219 (85.94% from 255 or 32.16% from 681); Blue value is 234 (91.80% from 255 or 34.36% from 681); Max value from RGB is 234 - color contains mainly: blue. Hex color #E4DBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4DBEA is #1B2415. Grayscale: #DFDFDF. Windows color (decimal): -1778710 or 15391716. OLE color: 15391716.
HSL color Cylindrical-coordinate representation of color #E4DBEA: hue angle of 276º degrees, saturation: 0.26, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E4DBEA is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 228 | 219 | 234 | - |
| CMYK | 0.03 | 0.06 | 0 | 0.08 |
| HSL | 276º | 0.26% | 0.89% | - |
| HSV(B) | 276º | 0.06% | 0.92% | - |
| XYZ | 72.18 | 73.1 | 88.15 | - |
| YUV | 223.4 | 133.98 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 219 | 234 | 0.03 | 0.06 | 0 | 0.08 | 276 | 0.26 | 0.89 |
| Hex | E4 | DB | EA | 3 | 6 | 0 | 8 | 114 | 1A | 59 |
| Octal | 344 | 333 | 352 | 3 | 6 | 0 | 10 | 424 | 32 | 131 |
| Binary | 11100100 | 11011011 | 11101010 | 11 | 110 | 0 | 1000 | 100010100 | 11010 | 1011001 |
Color Harmonies of #E4DBEA
Complementary color
Monochromatic Colors of #E4DBEA
Black with #E4DBEA
Text Example
Text Example
White with #E4DBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4DBEA; }
p { color: rgb(228,219,234); }
H1.HeaderClassName
{
color: #E4DBEA;
}
.AnyTagClassName
{
color: #E4DBEA;
}
</style>
background-color css
<style>
a { background-color: #E4DBEA; }
a { background-color: rgb(228,219,234); }
div.DivClassName
{
background-color: #E4DBEA;
}
.BgClassName
{
background-color: #E4DBEA;
}
</style>
border-color css
<style>
span { border-color: #E4DBEA; }
span { border-color: rgb(228,219,234); }
td.TdClassName
{
border-color: #E4DBEA;
}
.TagClassName
{
border-color: #E4DBEA;
}
</style>