Shades of Blue Chalk #E2D4EC
Tints of Blue Chalk #E2D4EC
RGB
CMYK
RGB Variations
Color information
#E2D4EC (or 0xE2D4EC) is known color: Blue Chalk. HEX triplet: E2, D4 and EC. RGB value is (226,212,236). Sum of RGB (Red+Green+Blue) = 226+212+236=674 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.53% from 674); Green value is 212 (83.20% from 255 or 31.45% from 674); Blue value is 236 (92.58% from 255 or 35.01% from 674); Max value from RGB is 236 - color contains mainly: blue. Hex color #E2D4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2D4EC is #1D2B13. Grayscale: #DADADA. Windows color (decimal): -1911572 or 15520994. OLE color: 15520994.
HSL color Cylindrical-coordinate representation of color #E2D4EC: hue angle of 275º degrees, saturation: 0.39, 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 #E2D4EC is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 226 | 212 | 236 | - |
CMYK | 0.04 | 0.10 | 0 | 0.07 |
HSL | 275º | 0.39% | 0.88% | - |
HSV(B) | 275º | 0.1% | 0.93% | - |
XYZ | 70.05 | 69.31 | 89.04 | - |
YUV | 218.92 | 137.64 | 133.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 212 | 236 | 0.04 | 0.10 | 0 | 0.07 | 275 | 0.39 | 0.88 |
Hex | E2 | D4 | EC | 4 | A | 0 | 7 | 113 | 27 | 58 |
Octal | 342 | 324 | 354 | 4 | 12 | 0 | 7 | 423 | 47 | 130 |
Binary | 11100010 | 11010100 | 11101100 | 100 | 1010 | 0 | 111 | 100010011 | 100111 | 1011000 |
Color Harmonies of #E2D4EC
Complementary color
Monochromatic Colors of #E2D4EC
Black with #E2D4EC
Text Example
Text Example
White with #E2D4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D4EC; }
p { color: rgb(226,212,236); }
H1.HeaderClassName
{
color: #E2D4EC;
}
.AnyTagClassName
{
color: #E2D4EC;
}
</style>
background-color css
<style>
a { background-color: #E2D4EC; }
a { background-color: rgb(226,212,236); }
div.DivClassName
{
background-color: #E2D4EC;
}
.BgClassName
{
background-color: #E2D4EC;
}
</style>
border-color css
<style>
span { border-color: #E2D4EC; }
span { border-color: rgb(226,212,236); }
td.TdClassName
{
border-color: #E2D4EC;
}
.TagClassName
{
border-color: #E2D4EC;
}
</style>