Shades of Blue Chalk #E5DCEA
Tints of Blue Chalk #E5DCEA
RGB
CMYK
RGB Variations
Color information
#E5DCEA (or 0xE5DCEA) is known color: Blue Chalk. HEX triplet: E5, DC and EA. RGB value is (229,220,234). Sum of RGB (Red+Green+Blue) = 229+220+234=683 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.53% from 683); Green value is 220 (86.33% from 255 or 32.21% from 683); Blue value is 234 (91.80% from 255 or 34.26% from 683); Max value from RGB is 234 - color contains mainly: blue. Hex color #E5DCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DCEA is #1A2315. Grayscale: #E0E0E0. Windows color (decimal): -1712918 or 15391973. OLE color: 15391973.
HSL color Cylindrical-coordinate representation of color #E5DCEA: hue angle of 278.57º degrees, saturation: 0.25, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E5DCEA is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 229 | 220 | 234 | - |
CMYK | 0.02 | 0.06 | 0 | 0.08 |
HSL | 278.57º | 0.25% | 0.89% | - |
HSV(B) | 278.57º | 0.06% | 0.92% | - |
XYZ | 72.76 | 73.78 | 88.25 | - |
YUV | 224.29 | 133.48 | 131.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 220 | 234 | 0.02 | 0.06 | 0 | 0.08 | 278.57 | 0.25 | 0.89 |
Hex | E5 | DC | EA | 2 | 6 | 0 | 8 | 117 | 19 | 59 |
Octal | 345 | 334 | 352 | 2 | 6 | 0 | 10 | 427 | 31 | 131 |
Binary | 11100101 | 11011100 | 11101010 | 10 | 110 | 0 | 1000 | 100010111 | 11001 | 1011001 |
Color Harmonies of #E5DCEA
Complementary color
Monochromatic Colors of #E5DCEA
Black with #E5DCEA
Text Example
Text Example
White with #E5DCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DCEA; }
p { color: rgb(229,220,234); }
H1.HeaderClassName
{
color: #E5DCEA;
}
.AnyTagClassName
{
color: #E5DCEA;
}
</style>
background-color css
<style>
a { background-color: #E5DCEA; }
a { background-color: rgb(229,220,234); }
div.DivClassName
{
background-color: #E5DCEA;
}
.BgClassName
{
background-color: #E5DCEA;
}
</style>
border-color css
<style>
span { border-color: #E5DCEA; }
span { border-color: rgb(229,220,234); }
td.TdClassName
{
border-color: #E5DCEA;
}
.TagClassName
{
border-color: #E5DCEA;
}
</style>