Shades of Blue Chalk #E3DBEB
Tints of Blue Chalk #E3DBEB
RGB
CMYK
RGB Variations
Color information
#E3DBEB (or 0xE3DBEB) is known color: Blue Chalk. HEX triplet: E3, DB and EB. RGB value is (227,219,235). Sum of RGB (Red+Green+Blue) = 227+219+235=681 (90% of max value = 765). Red value is 227 (89.06% from 255 or 33.33% from 681); Green value is 219 (85.94% from 255 or 32.16% from 681); Blue value is 235 (92.19% from 255 or 34.51% from 681); Max value from RGB is 235 - color contains mainly: blue. Hex color #E3DBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3DBEB is #1C2414. Grayscale: #DFDFDF. Windows color (decimal): -1844245 or 15457251. OLE color: 15457251.
HSL color Cylindrical-coordinate representation of color #E3DBEB: hue angle of 270º 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 #E3DBEB is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 227 | 219 | 235 | - |
| CMYK | 0.03 | 0.07 | 0 | 0.08 |
| HSL | 270º | 0.29% | 0.89% | - |
| HSV(B) | 270º | 0.07% | 0.92% | - |
| XYZ | 72.01 | 72.99 | 88.89 | - |
| YUV | 223.22 | 134.65 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 219 | 235 | 0.03 | 0.07 | 0 | 0.08 | 270 | 0.29 | 0.89 |
| Hex | E3 | DB | EB | 3 | 7 | 0 | 8 | 10E | 1D | 59 |
| Octal | 343 | 333 | 353 | 3 | 7 | 0 | 10 | 416 | 35 | 131 |
| Binary | 11100011 | 11011011 | 11101011 | 11 | 111 | 0 | 1000 | 100001110 | 11101 | 1011001 |
Color Harmonies of #E3DBEB
Complementary color
Monochromatic Colors of #E3DBEB
Black with #E3DBEB
Text Example
Text Example
White with #E3DBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DBEB; }
p { color: rgb(227,219,235); }
H1.HeaderClassName
{
color: #E3DBEB;
}
.AnyTagClassName
{
color: #E3DBEB;
}
</style>
background-color css
<style>
a { background-color: #E3DBEB; }
a { background-color: rgb(227,219,235); }
div.DivClassName
{
background-color: #E3DBEB;
}
.BgClassName
{
background-color: #E3DBEB;
}
</style>
border-color css
<style>
span { border-color: #E3DBEB; }
span { border-color: rgb(227,219,235); }
td.TdClassName
{
border-color: #E3DBEB;
}
.TagClassName
{
border-color: #E3DBEB;
}
</style>