Shades of Blue Chalk #E3DDE6
Tints of Blue Chalk #E3DDE6
RGB
CMYK
RGB Variations
Color information
#E3DDE6 (or 0xE3DDE6) is known color: Blue Chalk. HEX triplet: E3, DD and E6. RGB value is (227,221,230). Sum of RGB (Red+Green+Blue) = 227+221+230=678 (89% of max value = 765). Red value is 227 (89.06% from 255 or 33.48% from 678); Green value is 221 (86.72% from 255 or 32.60% from 678); Blue value is 230 (90.23% from 255 or 33.92% from 678); Max value from RGB is 230 - color contains mainly: blue. Hex color #E3DDE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3DDE6 is #1C2219. Grayscale: #DFDFDF. Windows color (decimal): -1843738 or 15130083. OLE color: 15130083.
HSL color Cylindrical-coordinate representation of color #E3DDE6: hue angle of 280º degrees, saturation: 0.15, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E3DDE6 is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 227 | 221 | 230 | - |
| CMYK | 0.01 | 0.04 | 0 | 0.10 |
| HSL | 280º | 0.15% | 0.88% | - |
| HSV(B) | 280º | 0.04% | 0.9% | - |
| XYZ | 71.82 | 73.76 | 85.31 | - |
| YUV | 223.82 | 131.49 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 221 | 230 | 0.01 | 0.04 | 0 | 0.10 | 280 | 0.15 | 0.88 |
| Hex | E3 | DD | E6 | 1 | 4 | 0 | A | 118 | F | 58 |
| Octal | 343 | 335 | 346 | 1 | 4 | 0 | 12 | 430 | 17 | 130 |
| Binary | 11100011 | 11011101 | 11100110 | 1 | 100 | 0 | 1010 | 100011000 | 1111 | 1011000 |
Color Harmonies of #E3DDE6
Complementary color
Monochromatic Colors of #E3DDE6
Black with #E3DDE6
Text Example
Text Example
White with #E3DDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DDE6; }
p { color: rgb(227,221,230); }
H1.HeaderClassName
{
color: #E3DDE6;
}
.AnyTagClassName
{
color: #E3DDE6;
}
</style>
background-color css
<style>
a { background-color: #E3DDE6; }
a { background-color: rgb(227,221,230); }
div.DivClassName
{
background-color: #E3DDE6;
}
.BgClassName
{
background-color: #E3DDE6;
}
</style>
border-color css
<style>
span { border-color: #E3DDE6; }
span { border-color: rgb(227,221,230); }
td.TdClassName
{
border-color: #E3DDE6;
}
.TagClassName
{
border-color: #E3DDE6;
}
</style>