Shades of Blue Chalk #E9DBEE
Tints of Blue Chalk #E9DBEE
RGB
CMYK
RGB Variations
Color information
#E9DBEE (or 0xE9DBEE) is known color: Blue Chalk. HEX triplet: E9, DB and EE. RGB value is (233,219,238). Sum of RGB (Red+Green+Blue) = 233+219+238=690 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.77% from 690); Green value is 219 (85.94% from 255 or 31.74% from 690); Blue value is 238 (93.36% from 255 or 34.49% from 690); Max value from RGB is 238 - color contains mainly: blue. Hex color #E9DBEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DBEE is #162411. Grayscale: #E1E1E1. Windows color (decimal): -1451026 or 15653865. OLE color: 15653865.
HSL color Cylindrical-coordinate representation of color #E9DBEE: hue angle of 284.21º degrees, saturation: 0.36, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E9DBEE is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 219 | 238 | - |
| CMYK | 0.02 | 0.08 | 0 | 0.07 |
| HSL | 284.21º | 0.36% | 0.9% | - |
| HSV(B) | 284.21º | 0.08% | 0.93% | - |
| XYZ | 74.37 | 74.16 | 91.28 | - |
| YUV | 225.35 | 135.14 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 219 | 238 | 0.02 | 0.08 | 0 | 0.07 | 284.21 | 0.36 | 0.9 |
| Hex | E9 | DB | EE | 2 | 8 | 0 | 7 | 11C | 24 | 5A |
| Octal | 351 | 333 | 356 | 2 | 10 | 0 | 7 | 434 | 44 | 132 |
| Binary | 11101001 | 11011011 | 11101110 | 10 | 1000 | 0 | 111 | 100011100 | 100100 | 1011010 |
Color Harmonies of #E9DBEE
Complementary color
Monochromatic Colors of #E9DBEE
Black with #E9DBEE
Text Example
Text Example
White with #E9DBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DBEE; }
p { color: rgb(233,219,238); }
H1.HeaderClassName
{
color: #E9DBEE;
}
.AnyTagClassName
{
color: #E9DBEE;
}
</style>
background-color css
<style>
a { background-color: #E9DBEE; }
a { background-color: rgb(233,219,238); }
div.DivClassName
{
background-color: #E9DBEE;
}
.BgClassName
{
background-color: #E9DBEE;
}
</style>
border-color css
<style>
span { border-color: #E9DBEE; }
span { border-color: rgb(233,219,238); }
td.TdClassName
{
border-color: #E9DBEE;
}
.TagClassName
{
border-color: #E9DBEE;
}
</style>