Shades of Blue Chalk #E4DCEA
Tints of Blue Chalk #E4DCEA
RGB
CMYK
RGB Variations
Color information
#E4DCEA (or 0xE4DCEA) is known color: Blue Chalk. HEX triplet: E4, DC and EA. RGB value is (228,220,234). Sum of RGB (Red+Green+Blue) = 228+220+234=682 (90% of max value = 765). Red value is 228 (89.45% from 255 or 33.43% from 682); Green value is 220 (86.33% from 255 or 32.26% from 682); Blue value is 234 (91.80% from 255 or 34.31% from 682); Max value from RGB is 234 - color contains mainly: blue. Hex color #E4DCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4DCEA is #1B2315. Grayscale: #DFDFDF. Windows color (decimal): -1778454 or 15391972. OLE color: 15391972.
HSL color Cylindrical-coordinate representation of color #E4DCEA: hue angle of 274.29º degrees, saturation: 0.25, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E4DCEA is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 228 | 220 | 234 | - |
CMYK | 0.03 | 0.06 | 0 | 0.08 |
HSL | 274.29º | 0.25% | 0.89% | - |
HSV(B) | 274.29º | 0.06% | 0.92% | - |
XYZ | 72.44 | 73.62 | 88.23 | - |
YUV | 223.99 | 133.65 | 130.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 228 | 220 | 234 | 0.03 | 0.06 | 0 | 0.08 | 274.29 | 0.25 | 0.89 |
Hex | E4 | DC | EA | 3 | 6 | 0 | 8 | 112 | 19 | 59 |
Octal | 344 | 334 | 352 | 3 | 6 | 0 | 10 | 422 | 31 | 131 |
Binary | 11100100 | 11011100 | 11101010 | 11 | 110 | 0 | 1000 | 100010010 | 11001 | 1011001 |
Color Harmonies of #E4DCEA
Complementary color
Monochromatic Colors of #E4DCEA
Black with #E4DCEA
Text Example
Text Example
White with #E4DCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4DCEA; }
p { color: rgb(228,220,234); }
H1.HeaderClassName
{
color: #E4DCEA;
}
.AnyTagClassName
{
color: #E4DCEA;
}
</style>
background-color css
<style>
a { background-color: #E4DCEA; }
a { background-color: rgb(228,220,234); }
div.DivClassName
{
background-color: #E4DCEA;
}
.BgClassName
{
background-color: #E4DCEA;
}
</style>
border-color css
<style>
span { border-color: #E4DCEA; }
span { border-color: rgb(228,220,234); }
td.TdClassName
{
border-color: #E4DCEA;
}
.TagClassName
{
border-color: #E4DCEA;
}
</style>