Shades of Blue Chalk #E4D1ED
Tints of Blue Chalk #E4D1ED
RGB
CMYK
RGB Variations
Color information
#E4D1ED (or 0xE4D1ED) is known color: Blue Chalk. HEX triplet: E4, D1 and ED. RGB value is (228,209,237). Sum of RGB (Red+Green+Blue) = 228+209+237=674 (89% of max value = 765). Red value is 228 (89.45% from 255 or 33.83% from 674); Green value is 209 (82.03% from 255 or 31.01% from 674); Blue value is 237 (92.97% from 255 or 35.16% from 674); Max value from RGB is 237 - color contains mainly: blue. Hex color #E4D1ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4D1ED is #1B2E12. Grayscale: #D9D9D9. Windows color (decimal): -1781267 or 15585764. OLE color: 15585764.
HSL color Cylindrical-coordinate representation of color #E4D1ED: hue angle of 280.71º degrees, saturation: 0.44, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E4D1ED is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 228 | 209 | 237 | - |
CMYK | 0.04 | 0.12 | 0 | 0.07 |
HSL | 280.71º | 0.44% | 0.87% | - |
HSV(B) | 280.71º | 0.12% | 0.93% | - |
XYZ | 70.08 | 68.21 | 89.59 | - |
YUV | 217.87 | 138.79 | 135.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 228 | 209 | 237 | 0.04 | 0.12 | 0 | 0.07 | 280.71 | 0.44 | 0.87 |
Hex | E4 | D1 | ED | 4 | C | 0 | 7 | 119 | 2C | 57 |
Octal | 344 | 321 | 355 | 4 | 14 | 0 | 7 | 431 | 54 | 127 |
Binary | 11100100 | 11010001 | 11101101 | 100 | 1100 | 0 | 111 | 100011001 | 101100 | 1010111 |
Color Harmonies of #E4D1ED
Complementary color
Monochromatic Colors of #E4D1ED
Black with #E4D1ED
Text Example
Text Example
White with #E4D1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4D1ED; }
p { color: rgb(228,209,237); }
H1.HeaderClassName
{
color: #E4D1ED;
}
.AnyTagClassName
{
color: #E4D1ED;
}
</style>
background-color css
<style>
a { background-color: #E4D1ED; }
a { background-color: rgb(228,209,237); }
div.DivClassName
{
background-color: #E4D1ED;
}
.BgClassName
{
background-color: #E4D1ED;
}
</style>
border-color css
<style>
span { border-color: #E4D1ED; }
span { border-color: rgb(228,209,237); }
td.TdClassName
{
border-color: #E4D1ED;
}
.TagClassName
{
border-color: #E4D1ED;
}
</style>