Shades of Blue Chalk #E3DBE7
Tints of Blue Chalk #E3DBE7
RGB
CMYK
RGB Variations
Color information
#E3DBE7 (or 0xE3DBE7) is known color: Blue Chalk. HEX triplet: E3, DB and E7. RGB value is (227,219,231). Sum of RGB (Red+Green+Blue) = 227+219+231=677 (89% of max value = 765). Red value is 227 (89.06% from 255 or 33.53% from 677); Green value is 219 (85.94% from 255 or 32.35% from 677); Blue value is 231 (90.62% from 255 or 34.12% from 677); Max value from RGB is 231 - color contains mainly: blue. Hex color #E3DBE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3DBE7 is #1C2418. Grayscale: #DEDEDE. Windows color (decimal): -1844249 or 15195107. OLE color: 15195107.
HSL color Cylindrical-coordinate representation of color #E3DBE7: hue angle of 280º degrees, saturation: 0.2, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E3DBE7 is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 227 | 219 | 231 | - |
| CMYK | 0.02 | 0.05 | 0 | 0.09 |
| HSL | 280º | 0.2% | 0.88% | - |
| HSV(B) | 280º | 0.05% | 0.91% | - |
| XYZ | 71.43 | 72.76 | 85.88 | - |
| YUV | 222.76 | 132.65 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 219 | 231 | 0.02 | 0.05 | 0 | 0.09 | 280 | 0.2 | 0.88 |
| Hex | E3 | DB | E7 | 2 | 5 | 0 | 9 | 118 | 14 | 58 |
| Octal | 343 | 333 | 347 | 2 | 5 | 0 | 11 | 430 | 24 | 130 |
| Binary | 11100011 | 11011011 | 11100111 | 10 | 101 | 0 | 1001 | 100011000 | 10100 | 1011000 |
Color Harmonies of #E3DBE7
Complementary color
Monochromatic Colors of #E3DBE7
Black with #E3DBE7
Text Example
Text Example
White with #E3DBE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DBE7; }
p { color: rgb(227,219,231); }
H1.HeaderClassName
{
color: #E3DBE7;
}
.AnyTagClassName
{
color: #E3DBE7;
}
</style>
background-color css
<style>
a { background-color: #E3DBE7; }
a { background-color: rgb(227,219,231); }
div.DivClassName
{
background-color: #E3DBE7;
}
.BgClassName
{
background-color: #E3DBE7;
}
</style>
border-color css
<style>
span { border-color: #E3DBE7; }
span { border-color: rgb(227,219,231); }
td.TdClassName
{
border-color: #E3DBE7;
}
.TagClassName
{
border-color: #E3DBE7;
}
</style>