Shades of Blue Chalk #E4DCEE
Tints of Blue Chalk #E4DCEE
RGB
CMYK
RGB Variations
Color information
#E4DCEE (or 0xE4DCEE) is known color: Blue Chalk. HEX triplet: E4, DC and EE. RGB value is (228,220,238). Sum of RGB (Red+Green+Blue) = 228+220+238=686 (90% of max value = 765). Red value is 228 (89.45% from 255 or 33.24% from 686); Green value is 220 (86.33% from 255 or 32.07% from 686); Blue value is 238 (93.36% from 255 or 34.69% from 686); Max value from RGB is 238 - color contains mainly: blue. Hex color #E4DCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4DCEE is #1B2311. Grayscale: #E0E0E0. Windows color (decimal): -1778450 or 15654116. OLE color: 15654116.
HSL color Cylindrical-coordinate representation of color #E4DCEE: hue angle of 266.67º degrees, saturation: 0.35, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E4DCEE is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 228 | 220 | 238 | - |
CMYK | 0.04 | 0.08 | 0 | 0.07 |
HSL | 266.67º | 0.35% | 0.9% | - |
HSV(B) | 266.67º | 0.08% | 0.93% | - |
XYZ | 73.02 | 73.85 | 91.3 | - |
YUV | 224.44 | 135.65 | 130.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 228 | 220 | 238 | 0.04 | 0.08 | 0 | 0.07 | 266.67 | 0.35 | 0.9 |
Hex | E4 | DC | EE | 4 | 8 | 0 | 7 | 10B | 23 | 5A |
Octal | 344 | 334 | 356 | 4 | 10 | 0 | 7 | 413 | 43 | 132 |
Binary | 11100100 | 11011100 | 11101110 | 100 | 1000 | 0 | 111 | 100001011 | 100011 | 1011010 |
Color Harmonies of #E4DCEE
Complementary color
Monochromatic Colors of #E4DCEE
Black with #E4DCEE
Text Example
Text Example
White with #E4DCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4DCEE; }
p { color: rgb(228,220,238); }
H1.HeaderClassName
{
color: #E4DCEE;
}
.AnyTagClassName
{
color: #E4DCEE;
}
</style>
background-color css
<style>
a { background-color: #E4DCEE; }
a { background-color: rgb(228,220,238); }
div.DivClassName
{
background-color: #E4DCEE;
}
.BgClassName
{
background-color: #E4DCEE;
}
</style>
border-color css
<style>
span { border-color: #E4DCEE; }
span { border-color: rgb(228,220,238); }
td.TdClassName
{
border-color: #E4DCEE;
}
.TagClassName
{
border-color: #E4DCEE;
}
</style>