Shades of Blue Chalk #E2D4EB
Tints of Blue Chalk #E2D4EB
RGB
CMYK
RGB Variations
Color information
#E2D4EB (or 0xE2D4EB) is known color: Blue Chalk. HEX triplet: E2, D4 and EB. RGB value is (226,212,235). Sum of RGB (Red+Green+Blue) = 226+212+235=673 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.58% from 673); Green value is 212 (83.20% from 255 or 31.50% from 673); Blue value is 235 (92.19% from 255 or 34.92% from 673); Max value from RGB is 235 - color contains mainly: blue. Hex color #E2D4EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2D4EB is #1D2B14. Grayscale: #DADADA. Windows color (decimal): -1911573 or 15455458. OLE color: 15455458.
HSL color Cylindrical-coordinate representation of color #E2D4EB: hue angle of 276.52º degrees, saturation: 0.37, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E2D4EB is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 226 | 212 | 235 | - |
CMYK | 0.04 | 0.10 | 0 | 0.08 |
HSL | 276.52º | 0.37% | 0.88% | - |
HSV(B) | 276.52º | 0.1% | 0.92% | - |
XYZ | 69.9 | 69.25 | 88.28 | - |
YUV | 218.81 | 137.14 | 133.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 212 | 235 | 0.04 | 0.10 | 0 | 0.08 | 276.52 | 0.37 | 0.88 |
Hex | E2 | D4 | EB | 4 | A | 0 | 8 | 115 | 25 | 58 |
Octal | 342 | 324 | 353 | 4 | 12 | 0 | 10 | 425 | 45 | 130 |
Binary | 11100010 | 11010100 | 11101011 | 100 | 1010 | 0 | 1000 | 100010101 | 100101 | 1011000 |
Color Harmonies of #E2D4EB
Complementary color
Monochromatic Colors of #E2D4EB
Black with #E2D4EB
Text Example
Text Example
White with #E2D4EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D4EB; }
p { color: rgb(226,212,235); }
H1.HeaderClassName
{
color: #E2D4EB;
}
.AnyTagClassName
{
color: #E2D4EB;
}
</style>
background-color css
<style>
a { background-color: #E2D4EB; }
a { background-color: rgb(226,212,235); }
div.DivClassName
{
background-color: #E2D4EB;
}
.BgClassName
{
background-color: #E2D4EB;
}
</style>
border-color css
<style>
span { border-color: #E2D4EB; }
span { border-color: rgb(226,212,235); }
td.TdClassName
{
border-color: #E2D4EB;
}
.TagClassName
{
border-color: #E2D4EB;
}
</style>