Shades of Blue Chalk #E7DBEF
Tints of Blue Chalk #E7DBEF
RGB
CMYK
RGB Variations
Color information
#E7DBEF (or 0xE7DBEF) is known color: Blue Chalk. HEX triplet: E7, DB and EF. RGB value is (231,219,239). Sum of RGB (Red+Green+Blue) = 231+219+239=689 (91% of max value = 765). Red value is 231 (90.62% from 255 or 33.53% from 689); Green value is 219 (85.94% from 255 or 31.79% from 689); Blue value is 239 (93.75% from 255 or 34.69% from 689); Max value from RGB is 239 - color contains mainly: blue. Hex color #E7DBEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DBEF is #182410. Grayscale: #E0E0E0. Windows color (decimal): -1582097 or 15719399. OLE color: 15719399.
HSL color Cylindrical-coordinate representation of color #E7DBEF: hue angle of 276º degrees, saturation: 0.38, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E7DBEF is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 231 | 219 | 239 | - |
| CMYK | 0.03 | 0.08 | 0 | 0.06 |
| HSL | 276º | 0.38% | 0.9% | - |
| HSV(B) | 276º | 0.08% | 0.94% | - |
| XYZ | 73.87 | 73.88 | 92.03 | - |
| YUV | 224.87 | 135.98 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 219 | 239 | 0.03 | 0.08 | 0 | 0.06 | 276 | 0.38 | 0.9 |
| Hex | E7 | DB | EF | 3 | 8 | 0 | 6 | 114 | 26 | 5A |
| Octal | 347 | 333 | 357 | 3 | 10 | 0 | 6 | 424 | 46 | 132 |
| Binary | 11100111 | 11011011 | 11101111 | 11 | 1000 | 0 | 110 | 100010100 | 100110 | 1011010 |
Color Harmonies of #E7DBEF
Complementary color
Monochromatic Colors of #E7DBEF
Black with #E7DBEF
Text Example
Text Example
White with #E7DBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DBEF; }
p { color: rgb(231,219,239); }
H1.HeaderClassName
{
color: #E7DBEF;
}
.AnyTagClassName
{
color: #E7DBEF;
}
</style>
background-color css
<style>
a { background-color: #E7DBEF; }
a { background-color: rgb(231,219,239); }
div.DivClassName
{
background-color: #E7DBEF;
}
.BgClassName
{
background-color: #E7DBEF;
}
</style>
border-color css
<style>
span { border-color: #E7DBEF; }
span { border-color: rgb(231,219,239); }
td.TdClassName
{
border-color: #E7DBEF;
}
.TagClassName
{
border-color: #E7DBEF;
}
</style>