Shades of Blue Chalk #E5DCEE
Tints of Blue Chalk #E5DCEE
RGB
CMYK
RGB Variations
Color information
#E5DCEE (or 0xE5DCEE) is known color: Blue Chalk. HEX triplet: E5, DC and EE. RGB value is (229,220,238). Sum of RGB (Red+Green+Blue) = 229+220+238=687 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.33% from 687); Green value is 220 (86.33% from 255 or 32.02% from 687); Blue value is 238 (93.36% from 255 or 34.64% from 687); Max value from RGB is 238 - color contains mainly: blue. Hex color #E5DCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DCEE is #1A2311. Grayscale: #E0E0E0. Windows color (decimal): -1712914 or 15654117. OLE color: 15654117.
HSL color Cylindrical-coordinate representation of color #E5DCEE: hue angle of 270º 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 #E5DCEE is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 229 | 220 | 238 | - |
CMYK | 0.04 | 0.08 | 0 | 0.07 |
HSL | 270º | 0.35% | 0.9% | - |
HSV(B) | 270º | 0.08% | 0.93% | - |
XYZ | 73.34 | 74.02 | 91.31 | - |
YUV | 224.74 | 135.48 | 131.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 220 | 238 | 0.04 | 0.08 | 0 | 0.07 | 270 | 0.35 | 0.9 |
Hex | E5 | DC | EE | 4 | 8 | 0 | 7 | 10E | 23 | 5A |
Octal | 345 | 334 | 356 | 4 | 10 | 0 | 7 | 416 | 43 | 132 |
Binary | 11100101 | 11011100 | 11101110 | 100 | 1000 | 0 | 111 | 100001110 | 100011 | 1011010 |
Color Harmonies of #E5DCEE
Complementary color
Monochromatic Colors of #E5DCEE
Black with #E5DCEE
Text Example
Text Example
White with #E5DCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DCEE; }
p { color: rgb(229,220,238); }
H1.HeaderClassName
{
color: #E5DCEE;
}
.AnyTagClassName
{
color: #E5DCEE;
}
</style>
background-color css
<style>
a { background-color: #E5DCEE; }
a { background-color: rgb(229,220,238); }
div.DivClassName
{
background-color: #E5DCEE;
}
.BgClassName
{
background-color: #E5DCEE;
}
</style>
border-color css
<style>
span { border-color: #E5DCEE; }
span { border-color: rgb(229,220,238); }
td.TdClassName
{
border-color: #E5DCEE;
}
.TagClassName
{
border-color: #E5DCEE;
}
</style>