Shades of Blue Chalk #E2D6EE
Tints of Blue Chalk #E2D6EE
RGB
CMYK
RGB Variations
Color information
#E2D6EE (or 0xE2D6EE) is known color: Blue Chalk. HEX triplet: E2, D6 and EE. RGB value is (226,214,238). Sum of RGB (Red+Green+Blue) = 226+214+238=678 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.33% from 678); Green value is 214 (83.98% from 255 or 31.56% from 678); Blue value is 238 (93.36% from 255 or 35.10% from 678); Max value from RGB is 238 - color contains mainly: blue. Hex color #E2D6EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2D6EE is #1D2911. Grayscale: #DCDCDC. Windows color (decimal): -1911058 or 15652578. OLE color: 15652578.
HSL color Cylindrical-coordinate representation of color #E2D6EE: hue angle of 270º degrees, saturation: 0.41, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E2D6EE is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 226 | 214 | 238 | - |
CMYK | 0.05 | 0.10 | 0 | 0.07 |
HSL | 270º | 0.41% | 0.89% | - |
HSV(B) | 270º | 0.1% | 0.93% | - |
XYZ | 70.84 | 70.43 | 90.75 | - |
YUV | 220.32 | 137.98 | 132.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 214 | 238 | 0.05 | 0.10 | 0 | 0.07 | 270 | 0.41 | 0.89 |
Hex | E2 | D6 | EE | 5 | A | 0 | 7 | 10E | 29 | 59 |
Octal | 342 | 326 | 356 | 5 | 12 | 0 | 7 | 416 | 51 | 131 |
Binary | 11100010 | 11010110 | 11101110 | 101 | 1010 | 0 | 111 | 100001110 | 101001 | 1011001 |
Color Harmonies of #E2D6EE
Complementary color
Monochromatic Colors of #E2D6EE
Black with #E2D6EE
Text Example
Text Example
White with #E2D6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D6EE; }
p { color: rgb(226,214,238); }
H1.HeaderClassName
{
color: #E2D6EE;
}
.AnyTagClassName
{
color: #E2D6EE;
}
</style>
background-color css
<style>
a { background-color: #E2D6EE; }
a { background-color: rgb(226,214,238); }
div.DivClassName
{
background-color: #E2D6EE;
}
.BgClassName
{
background-color: #E2D6EE;
}
</style>
border-color css
<style>
span { border-color: #E2D6EE; }
span { border-color: rgb(226,214,238); }
td.TdClassName
{
border-color: #E2D6EE;
}
.TagClassName
{
border-color: #E2D6EE;
}
</style>