#E5DCEA

Color #E5DCEA Blue Chalk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chalk #E5DCEA

Tints of Blue Chalk #E5DCEA

Color information

#E5DCEA (or 0xE5DCEA) is unknown color: approx 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

RGB229220234-
CMYK0.020.0600.08
HSL278.57º25%89.02%-
HSV(B)278.57º5.98%91.76%-
XYZ72.7673.7888.25-
YUV224.29133.48131.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 229 (89.84% from 255) = 33.53%
GREEN value IS 220 (86.33% from 255) = 32.21%
BLUE value IS 234 (91.80% from 255) = 34.26%
R=33.53%
G=32.21%
B=34.26%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2292202340.020.0600.08278.572589.02
HexE5DCEA26081171959
Octal3453343522601042731131
Binary1110010111011100111010101011001000100010111110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>