Shades of Blue Chalk #E4DCE8
Tints of Blue Chalk #E4DCE8
RGB
CMYK
RGB Variations
Color information
#E4DCE8 (or 0xE4DCE8) is known color: Blue Chalk. HEX triplet: E4, DC and E8. RGB value is (228,220,232). Sum of RGB (Red+Green+Blue) = 228+220+232=680 (90% of max value = 765). Red value is 228 (89.45% from 255 or 33.53% from 680); Green value is 220 (86.33% from 255 or 32.35% from 680); Blue value is 232 (91.02% from 255 or 34.12% from 680); Max value from RGB is 232 - color contains mainly: blue. Hex color #E4DCE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4DCE8 is #1B2317. Grayscale: #DFDFDF. Windows color (decimal): -1778456 or 15260900. OLE color: 15260900.
HSL color Cylindrical-coordinate representation of color #E4DCE8: hue angle of 280º degrees, saturation: 0.21, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E4DCE8 is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 228 | 220 | 232 | - |
CMYK | 0.02 | 0.05 | 0 | 0.09 |
HSL | 280º | 0.21% | 0.89% | - |
HSV(B) | 280º | 0.05% | 0.91% | - |
XYZ | 72.15 | 73.51 | 86.73 | - |
YUV | 223.76 | 132.65 | 131.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 228 | 220 | 232 | 0.02 | 0.05 | 0 | 0.09 | 280 | 0.21 | 0.89 |
Hex | E4 | DC | E8 | 2 | 5 | 0 | 9 | 118 | 15 | 59 |
Octal | 344 | 334 | 350 | 2 | 5 | 0 | 11 | 430 | 25 | 131 |
Binary | 11100100 | 11011100 | 11101000 | 10 | 101 | 0 | 1001 | 100011000 | 10101 | 1011001 |
Color Harmonies of #E4DCE8
Complementary color
Monochromatic Colors of #E4DCE8
Black with #E4DCE8
Text Example
Text Example
White with #E4DCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4DCE8; }
p { color: rgb(228,220,232); }
H1.HeaderClassName
{
color: #E4DCE8;
}
.AnyTagClassName
{
color: #E4DCE8;
}
</style>
background-color css
<style>
a { background-color: #E4DCE8; }
a { background-color: rgb(228,220,232); }
div.DivClassName
{
background-color: #E4DCE8;
}
.BgClassName
{
background-color: #E4DCE8;
}
</style>
border-color css
<style>
span { border-color: #E4DCE8; }
span { border-color: rgb(228,220,232); }
td.TdClassName
{
border-color: #E4DCE8;
}
.TagClassName
{
border-color: #E4DCE8;
}
</style>