Shades of Blue Chalk #E3D7EF
Tints of Blue Chalk #E3D7EF
RGB
CMYK
RGB Variations
Color information
#E3D7EF (or 0xE3D7EF) is known color: Blue Chalk. HEX triplet: E3, D7 and EF. RGB value is (227,215,239). Sum of RGB (Red+Green+Blue) = 227+215+239=681 (90% of max value = 765). Red value is 227 (89.06% from 255 or 33.33% from 681); Green value is 215 (84.38% from 255 or 31.57% from 681); Blue value is 239 (93.75% from 255 or 35.10% from 681); Max value from RGB is 239 - color contains mainly: blue. Hex color #E3D7EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3D7EF is #1C2810. Grayscale: #DDDDDD. Windows color (decimal): -1845265 or 15718371. OLE color: 15718371.
HSL color Cylindrical-coordinate representation of color #E3D7EF: hue angle of 270º degrees, saturation: 0.43, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E3D7EF is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 227 | 215 | 239 | - |
| CMYK | 0.05 | 0.10 | 0 | 0.06 |
| HSL | 270º | 0.43% | 0.89% | - |
| HSV(B) | 270º | 0.1% | 0.94% | - |
| XYZ | 71.56 | 71.16 | 91.63 | - |
| YUV | 221.32 | 137.98 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 215 | 239 | 0.05 | 0.10 | 0 | 0.06 | 270 | 0.43 | 0.89 |
| Hex | E3 | D7 | EF | 5 | A | 0 | 6 | 10E | 2B | 59 |
| Octal | 343 | 327 | 357 | 5 | 12 | 0 | 6 | 416 | 53 | 131 |
| Binary | 11100011 | 11010111 | 11101111 | 101 | 1010 | 0 | 110 | 100001110 | 101011 | 1011001 |
Color Harmonies of #E3D7EF
Complementary color
Monochromatic Colors of #E3D7EF
Black with #E3D7EF
Text Example
Text Example
White with #E3D7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D7EF; }
p { color: rgb(227,215,239); }
H1.HeaderClassName
{
color: #E3D7EF;
}
.AnyTagClassName
{
color: #E3D7EF;
}
</style>
background-color css
<style>
a { background-color: #E3D7EF; }
a { background-color: rgb(227,215,239); }
div.DivClassName
{
background-color: #E3D7EF;
}
.BgClassName
{
background-color: #E3D7EF;
}
</style>
border-color css
<style>
span { border-color: #E3D7EF; }
span { border-color: rgb(227,215,239); }
td.TdClassName
{
border-color: #E3D7EF;
}
.TagClassName
{
border-color: #E3D7EF;
}
</style>