Shades of Blue Chalk #E7DBEB
Tints of Blue Chalk #E7DBEB
RGB
CMYK
RGB Variations
Color information
#E7DBEB (or 0xE7DBEB) is known color: Blue Chalk. HEX triplet: E7, DB and EB. RGB value is (231,219,235). Sum of RGB (Red+Green+Blue) = 231+219+235=685 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.72% from 685); Green value is 219 (85.94% from 255 or 31.97% from 685); Blue value is 235 (92.19% from 255 or 34.31% from 685); Max value from RGB is 235 - color contains mainly: blue. Hex color #E7DBEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DBEB is #182414. Grayscale: #E0E0E0. Windows color (decimal): -1582101 or 15457255. OLE color: 15457255.
HSL color Cylindrical-coordinate representation of color #E7DBEB: hue angle of 285º 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 #E7DBEB is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 231 | 219 | 235 | - |
CMYK | 0.02 | 0.07 | 0 | 0.08 |
HSL | 285º | 0.29% | 0.89% | - |
HSV(B) | 285º | 0.07% | 0.92% | - |
XYZ | 73.28 | 73.65 | 88.95 | - |
YUV | 224.41 | 133.98 | 132.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 219 | 235 | 0.02 | 0.07 | 0 | 0.08 | 285 | 0.29 | 0.89 |
Hex | E7 | DB | EB | 2 | 7 | 0 | 8 | 11D | 1D | 59 |
Octal | 347 | 333 | 353 | 2 | 7 | 0 | 10 | 435 | 35 | 131 |
Binary | 11100111 | 11011011 | 11101011 | 10 | 111 | 0 | 1000 | 100011101 | 11101 | 1011001 |
Color Harmonies of #E7DBEB
Complementary color
Monochromatic Colors of #E7DBEB
Black with #E7DBEB
Text Example
Text Example
White with #E7DBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DBEB; }
p { color: rgb(231,219,235); }
H1.HeaderClassName
{
color: #E7DBEB;
}
.AnyTagClassName
{
color: #E7DBEB;
}
</style>
background-color css
<style>
a { background-color: #E7DBEB; }
a { background-color: rgb(231,219,235); }
div.DivClassName
{
background-color: #E7DBEB;
}
.BgClassName
{
background-color: #E7DBEB;
}
</style>
border-color css
<style>
span { border-color: #E7DBEB; }
span { border-color: rgb(231,219,235); }
td.TdClassName
{
border-color: #E7DBEB;
}
.TagClassName
{
border-color: #E7DBEB;
}
</style>