Shades of Blue Chalk #E2D5EF
Tints of Blue Chalk #E2D5EF
RGB
CMYK
RGB Variations
Color information
#E2D5EF (or 0xE2D5EF) is known color: Blue Chalk. HEX triplet: E2, D5 and EF. RGB value is (226,213,239). Sum of RGB (Red+Green+Blue) = 226+213+239=678 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.33% from 678); Green value is 213 (83.59% from 255 or 31.42% from 678); Blue value is 239 (93.75% from 255 or 35.25% from 678); Max value from RGB is 239 - color contains mainly: blue. Hex color #E2D5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2D5EF is #1D2A10. Grayscale: #DBDBDB. Windows color (decimal): -1911313 or 15717858. OLE color: 15717858.
HSL color Cylindrical-coordinate representation of color #E2D5EF: hue angle of 270º degrees, saturation: 0.45, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E2D5EF is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 226 | 213 | 239 | - |
CMYK | 0.05 | 0.11 | 0 | 0.06 |
HSL | 270º | 0.45% | 0.89% | - |
HSV(B) | 270º | 0.11% | 0.94% | - |
XYZ | 70.74 | 69.99 | 91.44 | - |
YUV | 219.85 | 138.81 | 132.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 213 | 239 | 0.05 | 0.11 | 0 | 0.06 | 270 | 0.45 | 0.89 |
Hex | E2 | D5 | EF | 5 | B | 0 | 6 | 10E | 2D | 59 |
Octal | 342 | 325 | 357 | 5 | 13 | 0 | 6 | 416 | 55 | 131 |
Binary | 11100010 | 11010101 | 11101111 | 101 | 1011 | 0 | 110 | 100001110 | 101101 | 1011001 |
Color Harmonies of #E2D5EF
Complementary color
Monochromatic Colors of #E2D5EF
Black with #E2D5EF
Text Example
Text Example
White with #E2D5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D5EF; }
p { color: rgb(226,213,239); }
H1.HeaderClassName
{
color: #E2D5EF;
}
.AnyTagClassName
{
color: #E2D5EF;
}
</style>
background-color css
<style>
a { background-color: #E2D5EF; }
a { background-color: rgb(226,213,239); }
div.DivClassName
{
background-color: #E2D5EF;
}
.BgClassName
{
background-color: #E2D5EF;
}
</style>
border-color css
<style>
span { border-color: #E2D5EF; }
span { border-color: rgb(226,213,239); }
td.TdClassName
{
border-color: #E2D5EF;
}
.TagClassName
{
border-color: #E2D5EF;
}
</style>