Shades of Blue Chalk #E2D4EF
Tints of Blue Chalk #E2D4EF
RGB
CMYK
RGB Variations
Color information
#E2D4EF (or 0xE2D4EF) is known color: Blue Chalk. HEX triplet: E2, D4 and EF. RGB value is (226,212,239). Sum of RGB (Red+Green+Blue) = 226+212+239=677 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.38% from 677); Green value is 212 (83.20% from 255 or 31.31% from 677); Blue value is 239 (93.75% from 255 or 35.30% from 677); Max value from RGB is 239 - color contains mainly: blue. Hex color #E2D4EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2D4EF is #1D2B10. Grayscale: #DBDBDB. Windows color (decimal): -1911569 or 15717602. OLE color: 15717602.
HSL color Cylindrical-coordinate representation of color #E2D4EF: hue angle of 271.11º degrees, saturation: 0.46, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E2D4EF is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 226 | 212 | 239 | - |
CMYK | 0.05 | 0.11 | 0 | 0.06 |
HSL | 271.11º | 0.46% | 0.88% | - |
HSV(B) | 271.11º | 0.11% | 0.94% | - |
XYZ | 70.49 | 69.49 | 91.36 | - |
YUV | 219.26 | 139.14 | 132.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 212 | 239 | 0.05 | 0.11 | 0 | 0.06 | 271.11 | 0.46 | 0.88 |
Hex | E2 | D4 | EF | 5 | B | 0 | 6 | 10F | 2E | 58 |
Octal | 342 | 324 | 357 | 5 | 13 | 0 | 6 | 417 | 56 | 130 |
Binary | 11100010 | 11010100 | 11101111 | 101 | 1011 | 0 | 110 | 100001111 | 101110 | 1011000 |
Color Harmonies of #E2D4EF
Complementary color
Monochromatic Colors of #E2D4EF
Black with #E2D4EF
Text Example
Text Example
White with #E2D4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D4EF; }
p { color: rgb(226,212,239); }
H1.HeaderClassName
{
color: #E2D4EF;
}
.AnyTagClassName
{
color: #E2D4EF;
}
</style>
background-color css
<style>
a { background-color: #E2D4EF; }
a { background-color: rgb(226,212,239); }
div.DivClassName
{
background-color: #E2D4EF;
}
.BgClassName
{
background-color: #E2D4EF;
}
</style>
border-color css
<style>
span { border-color: #E2D4EF; }
span { border-color: rgb(226,212,239); }
td.TdClassName
{
border-color: #E2D4EF;
}
.TagClassName
{
border-color: #E2D4EF;
}
</style>