Shades of Blue Chalk #E4DCED
Tints of Blue Chalk #E4DCED
RGB
CMYK
RGB Variations
Color information
#E4DCED (or 0xE4DCED) is known color: Blue Chalk. HEX triplet: E4, DC and ED. RGB value is (228,220,237). Sum of RGB (Red+Green+Blue) = 228+220+237=685 (90% of max value = 765). Red value is 228 (89.45% from 255 or 33.28% from 685); Green value is 220 (86.33% from 255 or 32.12% from 685); Blue value is 237 (92.97% from 255 or 34.60% from 685); Max value from RGB is 237 - color contains mainly: blue. Hex color #E4DCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4DCED is #1B2312. Grayscale: #E0E0E0. Windows color (decimal): -1778451 or 15588580. OLE color: 15588580.
HSL color Cylindrical-coordinate representation of color #E4DCED: hue angle of 268.24º degrees, saturation: 0.32, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E4DCED is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 228 | 220 | 237 | - |
CMYK | 0.04 | 0.07 | 0 | 0.07 |
HSL | 268.24º | 0.32% | 0.9% | - |
HSV(B) | 268.24º | 0.07% | 0.93% | - |
XYZ | 72.87 | 73.79 | 90.52 | - |
YUV | 224.33 | 135.15 | 130.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 228 | 220 | 237 | 0.04 | 0.07 | 0 | 0.07 | 268.24 | 0.32 | 0.9 |
Hex | E4 | DC | ED | 4 | 7 | 0 | 7 | 10C | 20 | 5A |
Octal | 344 | 334 | 355 | 4 | 7 | 0 | 7 | 414 | 40 | 132 |
Binary | 11100100 | 11011100 | 11101101 | 100 | 111 | 0 | 111 | 100001100 | 100000 | 1011010 |
Color Harmonies of #E4DCED
Complementary color
Monochromatic Colors of #E4DCED
Black with #E4DCED
Text Example
Text Example
White with #E4DCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4DCED; }
p { color: rgb(228,220,237); }
H1.HeaderClassName
{
color: #E4DCED;
}
.AnyTagClassName
{
color: #E4DCED;
}
</style>
background-color css
<style>
a { background-color: #E4DCED; }
a { background-color: rgb(228,220,237); }
div.DivClassName
{
background-color: #E4DCED;
}
.BgClassName
{
background-color: #E4DCED;
}
</style>
border-color css
<style>
span { border-color: #E4DCED; }
span { border-color: rgb(228,220,237); }
td.TdClassName
{
border-color: #E4DCED;
}
.TagClassName
{
border-color: #E4DCED;
}
</style>