Shades of Blue Chalk #E2D3EB
Tints of Blue Chalk #E2D3EB
RGB
CMYK
RGB Variations
Color information
#E2D3EB (or 0xE2D3EB) is known color: Blue Chalk. HEX triplet: E2, D3 and EB. RGB value is (226,211,235). Sum of RGB (Red+Green+Blue) = 226+211+235=672 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.63% from 672); Green value is 211 (82.81% from 255 or 31.40% from 672); Blue value is 235 (92.19% from 255 or 34.97% from 672); Max value from RGB is 235 - color contains mainly: blue. Hex color #E2D3EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2D3EB is #1D2C14. Grayscale: #DADADA. Windows color (decimal): -1911829 or 15455202. OLE color: 15455202.
HSL color Cylindrical-coordinate representation of color #E2D3EB: hue angle of 277.5º degrees, saturation: 0.38, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E2D3EB is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 226 | 211 | 235 | - |
CMYK | 0.04 | 0.10 | 0 | 0.08 |
HSL | 277.5º | 0.38% | 0.87% | - |
HSV(B) | 277.5º | 0.1% | 0.92% | - |
XYZ | 69.65 | 68.76 | 88.2 | - |
YUV | 218.22 | 137.47 | 133.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 211 | 235 | 0.04 | 0.10 | 0 | 0.08 | 277.5 | 0.38 | 0.87 |
Hex | E2 | D3 | EB | 4 | A | 0 | 8 | 116 | 26 | 57 |
Octal | 342 | 323 | 353 | 4 | 12 | 0 | 10 | 426 | 46 | 127 |
Binary | 11100010 | 11010011 | 11101011 | 100 | 1010 | 0 | 1000 | 100010110 | 100110 | 1010111 |
Color Harmonies of #E2D3EB
Complementary color
Monochromatic Colors of #E2D3EB
Black with #E2D3EB
Text Example
Text Example
White with #E2D3EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D3EB; }
p { color: rgb(226,211,235); }
H1.HeaderClassName
{
color: #E2D3EB;
}
.AnyTagClassName
{
color: #E2D3EB;
}
</style>
background-color css
<style>
a { background-color: #E2D3EB; }
a { background-color: rgb(226,211,235); }
div.DivClassName
{
background-color: #E2D3EB;
}
.BgClassName
{
background-color: #E2D3EB;
}
</style>
border-color css
<style>
span { border-color: #E2D3EB; }
span { border-color: rgb(226,211,235); }
td.TdClassName
{
border-color: #E2D3EB;
}
.TagClassName
{
border-color: #E2D3EB;
}
</style>