Shades of Blue Chalk #E3D3EF
Tints of Blue Chalk #E3D3EF
RGB
CMYK
RGB Variations
Color information
#E3D3EF (or 0xE3D3EF) is known color: Blue Chalk. HEX triplet: E3, D3 and EF. RGB value is (227,211,239). Sum of RGB (Red+Green+Blue) = 227+211+239=677 (89% of max value = 765). Red value is 227 (89.06% from 255 or 33.53% from 677); Green value is 211 (82.81% from 255 or 31.17% from 677); Blue value is 239 (93.75% from 255 or 35.30% from 677); Max value from RGB is 239 - color contains mainly: blue. Hex color #E3D3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3D3EF is #1C2C10. Grayscale: #DADADA. Windows color (decimal): -1846289 or 15717347. OLE color: 15717347.
HSL color Cylindrical-coordinate representation of color #E3D3EF: hue angle of 274.29º degrees, saturation: 0.47, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E3D3EF is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 227 | 211 | 239 | - |
| CMYK | 0.05 | 0.12 | 0 | 0.06 |
| HSL | 274.29º | 0.47% | 0.88% | - |
| HSV(B) | 274.29º | 0.12% | 0.94% | - |
| XYZ | 70.55 | 69.15 | 91.29 | - |
| YUV | 218.98 | 139.3 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 211 | 239 | 0.05 | 0.12 | 0 | 0.06 | 274.29 | 0.47 | 0.88 |
| Hex | E3 | D3 | EF | 5 | C | 0 | 6 | 112 | 2F | 58 |
| Octal | 343 | 323 | 357 | 5 | 14 | 0 | 6 | 422 | 57 | 130 |
| Binary | 11100011 | 11010011 | 11101111 | 101 | 1100 | 0 | 110 | 100010010 | 101111 | 1011000 |
Color Harmonies of #E3D3EF
Complementary color
Monochromatic Colors of #E3D3EF
Black with #E3D3EF
Text Example
Text Example
White with #E3D3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D3EF; }
p { color: rgb(227,211,239); }
H1.HeaderClassName
{
color: #E3D3EF;
}
.AnyTagClassName
{
color: #E3D3EF;
}
</style>
background-color css
<style>
a { background-color: #E3D3EF; }
a { background-color: rgb(227,211,239); }
div.DivClassName
{
background-color: #E3D3EF;
}
.BgClassName
{
background-color: #E3D3EF;
}
</style>
border-color css
<style>
span { border-color: #E3D3EF; }
span { border-color: rgb(227,211,239); }
td.TdClassName
{
border-color: #E3D3EF;
}
.TagClassName
{
border-color: #E3D3EF;
}
</style>