Shades of Blue Chalk #E4DBEB
Tints of Blue Chalk #E4DBEB
RGB
CMYK
RGB Variations
Color information
#E4DBEB (or 0xE4DBEB) is known color: Blue Chalk. HEX triplet: E4, DB and EB. RGB value is (228,219,235). Sum of RGB (Red+Green+Blue) = 228+219+235=682 (90% of max value = 765). Red value is 228 (89.45% from 255 or 33.43% from 682); Green value is 219 (85.94% from 255 or 32.11% from 682); Blue value is 235 (92.19% from 255 or 34.46% from 682); Max value from RGB is 235 - color contains mainly: blue. Hex color #E4DBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4DBEB is #1B2414. Grayscale: #DFDFDF. Windows color (decimal): -1778709 or 15457252. OLE color: 15457252.
HSL color Cylindrical-coordinate representation of color #E4DBEB: hue angle of 273.75º degrees, saturation: 0.29, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E4DBEB is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 228 | 219 | 235 | - |
| CMYK | 0.03 | 0.07 | 0 | 0.08 |
| HSL | 273.75º | 0.29% | 0.89% | - |
| HSV(B) | 273.75º | 0.07% | 0.92% | - |
| XYZ | 72.32 | 73.16 | 88.91 | - |
| YUV | 223.52 | 134.48 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 219 | 235 | 0.03 | 0.07 | 0 | 0.08 | 273.75 | 0.29 | 0.89 |
| Hex | E4 | DB | EB | 3 | 7 | 0 | 8 | 112 | 1D | 59 |
| Octal | 344 | 333 | 353 | 3 | 7 | 0 | 10 | 422 | 35 | 131 |
| Binary | 11100100 | 11011011 | 11101011 | 11 | 111 | 0 | 1000 | 100010010 | 11101 | 1011001 |
Color Harmonies of #E4DBEB
Complementary color
Monochromatic Colors of #E4DBEB
Black with #E4DBEB
Text Example
Text Example
White with #E4DBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4DBEB; }
p { color: rgb(228,219,235); }
H1.HeaderClassName
{
color: #E4DBEB;
}
.AnyTagClassName
{
color: #E4DBEB;
}
</style>
background-color css
<style>
a { background-color: #E4DBEB; }
a { background-color: rgb(228,219,235); }
div.DivClassName
{
background-color: #E4DBEB;
}
.BgClassName
{
background-color: #E4DBEB;
}
</style>
border-color css
<style>
span { border-color: #E4DBEB; }
span { border-color: rgb(228,219,235); }
td.TdClassName
{
border-color: #E4DBEB;
}
.TagClassName
{
border-color: #E4DBEB;
}
</style>