Shades of Blue Chalk #E2D6EA
Tints of Blue Chalk #E2D6EA
RGB
CMYK
RGB Variations
Color information
#E2D6EA (or 0xE2D6EA) is known color: Blue Chalk. HEX triplet: E2, D6 and EA. RGB value is (226,214,234). Sum of RGB (Red+Green+Blue) = 226+214+234=674 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.53% from 674); Green value is 214 (83.98% from 255 or 31.75% from 674); Blue value is 234 (91.80% from 255 or 34.72% from 674); Max value from RGB is 234 - color contains mainly: blue. Hex color #E2D6EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2D6EA is #1D2915. Grayscale: #DBDBDB. Windows color (decimal): -1911062 or 15390434. OLE color: 15390434.
HSL color Cylindrical-coordinate representation of color #E2D6EA: hue angle of 276º degrees, saturation: 0.32, 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 #E2D6EA is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 214 | 234 | - |
| CMYK | 0.03 | 0.09 | 0 | 0.08 |
| HSL | 276º | 0.32% | 0.88% | - |
| HSV(B) | 276º | 0.09% | 0.92% | - |
| XYZ | 70.26 | 70.2 | 87.69 | - |
| YUV | 219.87 | 135.98 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 214 | 234 | 0.03 | 0.09 | 0 | 0.08 | 276 | 0.32 | 0.88 |
| Hex | E2 | D6 | EA | 3 | 9 | 0 | 8 | 114 | 20 | 58 |
| Octal | 342 | 326 | 352 | 3 | 11 | 0 | 10 | 424 | 40 | 130 |
| Binary | 11100010 | 11010110 | 11101010 | 11 | 1001 | 0 | 1000 | 100010100 | 100000 | 1011000 |
Color Harmonies of #E2D6EA
Complementary color
Monochromatic Colors of #E2D6EA
Black with #E2D6EA
Text Example
Text Example
White with #E2D6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D6EA; }
p { color: rgb(226,214,234); }
H1.HeaderClassName
{
color: #E2D6EA;
}
.AnyTagClassName
{
color: #E2D6EA;
}
</style>
background-color css
<style>
a { background-color: #E2D6EA; }
a { background-color: rgb(226,214,234); }
div.DivClassName
{
background-color: #E2D6EA;
}
.BgClassName
{
background-color: #E2D6EA;
}
</style>
border-color css
<style>
span { border-color: #E2D6EA; }
span { border-color: rgb(226,214,234); }
td.TdClassName
{
border-color: #E2D6EA;
}
.TagClassName
{
border-color: #E2D6EA;
}
</style>