Shades of Blue Chalk #E3DCEA
Tints of Blue Chalk #E3DCEA
RGB
CMYK
RGB Variations
Color information
#E3DCEA (or 0xE3DCEA) is known color: Blue Chalk. HEX triplet: E3, DC and EA. RGB value is (227,220,234). Sum of RGB (Red+Green+Blue) = 227+220+234=681 (90% of max value = 765). Red value is 227 (89.06% from 255 or 33.33% from 681); Green value is 220 (86.33% from 255 or 32.31% from 681); Blue value is 234 (91.80% from 255 or 34.36% from 681); Max value from RGB is 234 - color contains mainly: blue. Hex color #E3DCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3DCEA is #1C2315. Grayscale: #DFDFDF. Windows color (decimal): -1843990 or 15391971. OLE color: 15391971.
HSL color Cylindrical-coordinate representation of color #E3DCEA: hue angle of 270º 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 #E3DCEA is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 227 | 220 | 234 | - |
| CMYK | 0.03 | 0.06 | 0 | 0.08 |
| HSL | 270º | 0.25% | 0.89% | - |
| HSV(B) | 270º | 0.06% | 0.92% | - |
| XYZ | 72.12 | 73.46 | 88.22 | - |
| YUV | 223.69 | 133.82 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 220 | 234 | 0.03 | 0.06 | 0 | 0.08 | 270 | 0.25 | 0.89 |
| Hex | E3 | DC | EA | 3 | 6 | 0 | 8 | 10E | 19 | 59 |
| Octal | 343 | 334 | 352 | 3 | 6 | 0 | 10 | 416 | 31 | 131 |
| Binary | 11100011 | 11011100 | 11101010 | 11 | 110 | 0 | 1000 | 100001110 | 11001 | 1011001 |
Color Harmonies of #E3DCEA
Complementary color
Monochromatic Colors of #E3DCEA
Black with #E3DCEA
Text Example
Text Example
White with #E3DCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DCEA; }
p { color: rgb(227,220,234); }
H1.HeaderClassName
{
color: #E3DCEA;
}
.AnyTagClassName
{
color: #E3DCEA;
}
</style>
background-color css
<style>
a { background-color: #E3DCEA; }
a { background-color: rgb(227,220,234); }
div.DivClassName
{
background-color: #E3DCEA;
}
.BgClassName
{
background-color: #E3DCEA;
}
</style>
border-color css
<style>
span { border-color: #E3DCEA; }
span { border-color: rgb(227,220,234); }
td.TdClassName
{
border-color: #E3DCEA;
}
.TagClassName
{
border-color: #E3DCEA;
}
</style>