Shades of Blue Chalk #E7DCEB
Tints of Blue Chalk #E7DCEB
RGB
CMYK
RGB Variations
Color information
#E7DCEB (or 0xE7DCEB) is known color: Blue Chalk. HEX triplet: E7, DC and EB. RGB value is (231,220,235). Sum of RGB (Red+Green+Blue) = 231+220+235=686 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.67% from 686); Green value is 220 (86.33% from 255 or 32.07% from 686); Blue value is 235 (92.19% from 255 or 34.26% from 686); Max value from RGB is 235 - color contains mainly: blue. Hex color #E7DCEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DCEB is #182314. Grayscale: #E0E0E0. Windows color (decimal): -1581845 or 15457511. OLE color: 15457511.
HSL color Cylindrical-coordinate representation of color #E7DCEB: hue angle of 284º degrees, saturation: 0.27, 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 #E7DCEB is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 231 | 220 | 235 | - |
| CMYK | 0.02 | 0.06 | 0 | 0.08 |
| HSL | 284º | 0.27% | 0.89% | - |
| HSV(B) | 284º | 0.06% | 0.92% | - |
| XYZ | 73.54 | 74.17 | 89.04 | - |
| YUV | 225 | 133.64 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 220 | 235 | 0.02 | 0.06 | 0 | 0.08 | 284 | 0.27 | 0.89 |
| Hex | E7 | DC | EB | 2 | 6 | 0 | 8 | 11C | 1B | 59 |
| Octal | 347 | 334 | 353 | 2 | 6 | 0 | 10 | 434 | 33 | 131 |
| Binary | 11100111 | 11011100 | 11101011 | 10 | 110 | 0 | 1000 | 100011100 | 11011 | 1011001 |
Color Harmonies of #E7DCEB
Complementary color
Monochromatic Colors of #E7DCEB
Black with #E7DCEB
Text Example
Text Example
White with #E7DCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DCEB; }
p { color: rgb(231,220,235); }
H1.HeaderClassName
{
color: #E7DCEB;
}
.AnyTagClassName
{
color: #E7DCEB;
}
</style>
background-color css
<style>
a { background-color: #E7DCEB; }
a { background-color: rgb(231,220,235); }
div.DivClassName
{
background-color: #E7DCEB;
}
.BgClassName
{
background-color: #E7DCEB;
}
</style>
border-color css
<style>
span { border-color: #E7DCEB; }
span { border-color: rgb(231,220,235); }
td.TdClassName
{
border-color: #E7DCEB;
}
.TagClassName
{
border-color: #E7DCEB;
}
</style>