Shades of Blue Chalk #E5DCEC
Tints of Blue Chalk #E5DCEC
RGB
CMYK
RGB Variations
Color information
#E5DCEC (or 0xE5DCEC) is known color: Blue Chalk. HEX triplet: E5, DC and EC. RGB value is (229,220,236). Sum of RGB (Red+Green+Blue) = 229+220+236=685 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.43% from 685); Green value is 220 (86.33% from 255 or 32.12% from 685); Blue value is 236 (92.58% from 255 or 34.45% from 685); Max value from RGB is 236 - color contains mainly: blue. Hex color #E5DCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DCEC is #1A2313. Grayscale: #E0E0E0. Windows color (decimal): -1712916 or 15523045. OLE color: 15523045.
HSL color Cylindrical-coordinate representation of color #E5DCEC: hue angle of 273.75º degrees, saturation: 0.3, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E5DCEC is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 220 | 236 | - |
| CMYK | 0.03 | 0.07 | 0 | 0.07 |
| HSL | 273.75º | 0.3% | 0.89% | - |
| HSV(B) | 273.75º | 0.07% | 0.93% | - |
| XYZ | 73.05 | 73.9 | 89.77 | - |
| YUV | 224.52 | 134.48 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 220 | 236 | 0.03 | 0.07 | 0 | 0.07 | 273.75 | 0.3 | 0.89 |
| Hex | E5 | DC | EC | 3 | 7 | 0 | 7 | 112 | 1E | 59 |
| Octal | 345 | 334 | 354 | 3 | 7 | 0 | 7 | 422 | 36 | 131 |
| Binary | 11100101 | 11011100 | 11101100 | 11 | 111 | 0 | 111 | 100010010 | 11110 | 1011001 |
Color Harmonies of #E5DCEC
Complementary color
Monochromatic Colors of #E5DCEC
Black with #E5DCEC
Text Example
Text Example
White with #E5DCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DCEC; }
p { color: rgb(229,220,236); }
H1.HeaderClassName
{
color: #E5DCEC;
}
.AnyTagClassName
{
color: #E5DCEC;
}
</style>
background-color css
<style>
a { background-color: #E5DCEC; }
a { background-color: rgb(229,220,236); }
div.DivClassName
{
background-color: #E5DCEC;
}
.BgClassName
{
background-color: #E5DCEC;
}
</style>
border-color css
<style>
span { border-color: #E5DCEC; }
span { border-color: rgb(229,220,236); }
td.TdClassName
{
border-color: #E5DCEC;
}
.TagClassName
{
border-color: #E5DCEC;
}
</style>