Shades of Blue Chalk #E2D6EB
Tints of Blue Chalk #E2D6EB
RGB
CMYK
RGB Variations
Color information
#E2D6EB (or 0xE2D6EB) is known color: Blue Chalk. HEX triplet: E2, D6 and EB. RGB value is (226,214,235). Sum of RGB (Red+Green+Blue) = 226+214+235=675 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.48% from 675); Green value is 214 (83.98% from 255 or 31.70% from 675); Blue value is 235 (92.19% from 255 or 34.81% from 675); Max value from RGB is 235 - color contains mainly: blue. Hex color #E2D6EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2D6EB is #1D2914. Grayscale: #DBDBDB. Windows color (decimal): -1911061 or 15455970. OLE color: 15455970.
HSL color Cylindrical-coordinate representation of color #E2D6EB: hue angle of 274.29º degrees, saturation: 0.34, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E2D6EB is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 226 | 214 | 235 | - |
CMYK | 0.04 | 0.09 | 0 | 0.08 |
HSL | 274.29º | 0.34% | 0.88% | - |
HSV(B) | 274.29º | 0.09% | 0.92% | - |
XYZ | 70.41 | 70.26 | 88.45 | - |
YUV | 219.98 | 136.48 | 132.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 214 | 235 | 0.04 | 0.09 | 0 | 0.08 | 274.29 | 0.34 | 0.88 |
Hex | E2 | D6 | EB | 4 | 9 | 0 | 8 | 112 | 22 | 58 |
Octal | 342 | 326 | 353 | 4 | 11 | 0 | 10 | 422 | 42 | 130 |
Binary | 11100010 | 11010110 | 11101011 | 100 | 1001 | 0 | 1000 | 100010010 | 100010 | 1011000 |
Color Harmonies of #E2D6EB
Complementary color
Monochromatic Colors of #E2D6EB
Black with #E2D6EB
Text Example
Text Example
White with #E2D6EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D6EB; }
p { color: rgb(226,214,235); }
H1.HeaderClassName
{
color: #E2D6EB;
}
.AnyTagClassName
{
color: #E2D6EB;
}
</style>
background-color css
<style>
a { background-color: #E2D6EB; }
a { background-color: rgb(226,214,235); }
div.DivClassName
{
background-color: #E2D6EB;
}
.BgClassName
{
background-color: #E2D6EB;
}
</style>
border-color css
<style>
span { border-color: #E2D6EB; }
span { border-color: rgb(226,214,235); }
td.TdClassName
{
border-color: #E2D6EB;
}
.TagClassName
{
border-color: #E2D6EB;
}
</style>