Shades of Blue Chalk #E3D5EC
Tints of Blue Chalk #E3D5EC
RGB
CMYK
RGB Variations
Color information
#E3D5EC (or 0xE3D5EC) is known color: Blue Chalk. HEX triplet: E3, D5 and EC. RGB value is (227,213,236). Sum of RGB (Red+Green+Blue) = 227+213+236=676 (89% of max value = 765). Red value is 227 (89.06% from 255 or 33.58% from 676); Green value is 213 (83.59% from 255 or 31.51% from 676); Blue value is 236 (92.58% from 255 or 34.91% from 676); Max value from RGB is 236 - color contains mainly: blue. Hex color #E3D5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3D5EC is #1C2A13. Grayscale: #DBDBDB. Windows color (decimal): -1845780 or 15521251. OLE color: 15521251.
HSL color Cylindrical-coordinate representation of color #E3D5EC: hue angle of 276.52º degrees, saturation: 0.38, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E3D5EC is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 227 | 213 | 236 | - |
CMYK | 0.04 | 0.10 | 0 | 0.07 |
HSL | 276.52º | 0.38% | 0.88% | - |
HSV(B) | 276.52º | 0.1% | 0.93% | - |
XYZ | 70.61 | 69.98 | 89.14 | - |
YUV | 219.81 | 137.14 | 133.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 227 | 213 | 236 | 0.04 | 0.10 | 0 | 0.07 | 276.52 | 0.38 | 0.88 |
Hex | E3 | D5 | EC | 4 | A | 0 | 7 | 115 | 26 | 58 |
Octal | 343 | 325 | 354 | 4 | 12 | 0 | 7 | 425 | 46 | 130 |
Binary | 11100011 | 11010101 | 11101100 | 100 | 1010 | 0 | 111 | 100010101 | 100110 | 1011000 |
Color Harmonies of #E3D5EC
Complementary color
Monochromatic Colors of #E3D5EC
Black with #E3D5EC
Text Example
Text Example
White with #E3D5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D5EC; }
p { color: rgb(227,213,236); }
H1.HeaderClassName
{
color: #E3D5EC;
}
.AnyTagClassName
{
color: #E3D5EC;
}
</style>
background-color css
<style>
a { background-color: #E3D5EC; }
a { background-color: rgb(227,213,236); }
div.DivClassName
{
background-color: #E3D5EC;
}
.BgClassName
{
background-color: #E3D5EC;
}
</style>
border-color css
<style>
span { border-color: #E3D5EC; }
span { border-color: rgb(227,213,236); }
td.TdClassName
{
border-color: #E3D5EC;
}
.TagClassName
{
border-color: #E3D5EC;
}
</style>