Shades of Blue Chalk #E4DCE7
Tints of Blue Chalk #E4DCE7
RGB
CMYK
RGB Variations
Color information
#E4DCE7 (or 0xE4DCE7) is known color: Blue Chalk. HEX triplet: E4, DC and E7. RGB value is (228,220,231). Sum of RGB (Red+Green+Blue) = 228+220+231=679 (89% of max value = 765). Red value is 228 (89.45% from 255 or 33.58% from 679); Green value is 220 (86.33% from 255 or 32.40% from 679); Blue value is 231 (90.62% from 255 or 34.02% from 679); Max value from RGB is 231 - color contains mainly: blue. Hex color #E4DCE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4DCE7 is #1B2318. Grayscale: #DFDFDF. Windows color (decimal): -1778457 or 15195364. OLE color: 15195364.
HSL color Cylindrical-coordinate representation of color #E4DCE7: hue angle of 283.64º degrees, saturation: 0.19, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E4DCE7 is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 228 | 220 | 231 | - |
CMYK | 0.01 | 0.05 | 0 | 0.09 |
HSL | 283.64º | 0.19% | 0.88% | - |
HSV(B) | 283.64º | 0.05% | 0.91% | - |
XYZ | 72.01 | 73.45 | 85.98 | - |
YUV | 223.65 | 132.15 | 131.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 228 | 220 | 231 | 0.01 | 0.05 | 0 | 0.09 | 283.64 | 0.19 | 0.88 |
Hex | E4 | DC | E7 | 1 | 5 | 0 | 9 | 11C | 13 | 58 |
Octal | 344 | 334 | 347 | 1 | 5 | 0 | 11 | 434 | 23 | 130 |
Binary | 11100100 | 11011100 | 11100111 | 1 | 101 | 0 | 1001 | 100011100 | 10011 | 1011000 |
Color Harmonies of #E4DCE7
Complementary color
Monochromatic Colors of #E4DCE7
Black with #E4DCE7
Text Example
Text Example
White with #E4DCE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4DCE7; }
p { color: rgb(228,220,231); }
H1.HeaderClassName
{
color: #E4DCE7;
}
.AnyTagClassName
{
color: #E4DCE7;
}
</style>
background-color css
<style>
a { background-color: #E4DCE7; }
a { background-color: rgb(228,220,231); }
div.DivClassName
{
background-color: #E4DCE7;
}
.BgClassName
{
background-color: #E4DCE7;
}
</style>
border-color css
<style>
span { border-color: #E4DCE7; }
span { border-color: rgb(228,220,231); }
td.TdClassName
{
border-color: #E4DCE7;
}
.TagClassName
{
border-color: #E4DCE7;
}
</style>