#E5DDEA

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

Shades of Blue Chalk #E5DDEA

Tints of Blue Chalk #E5DDEA

Color information

#E5DDEA (or 0xE5DDEA) is unknown color: approx Blue Chalk. HEX triplet: E5, DD and EA. RGB value is (229,221,234). Sum of RGB (Red+Green+Blue) = 229+221+234=684 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.48% from 684); Green value is 221 (86.72% from 255 or 32.31% from 684); Blue value is 234 (91.80% from 255 or 34.21% from 684); Max value from RGB is 234 - color contains mainly: blue. Hex color #E5DDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DDEA is #1A2215. Grayscale: #E0E0E0. Windows color (decimal): -1712662 or 15392229. OLE color: 15392229.

HSL color Cylindrical-coordinate representation of color #E5DDEA: hue angle of 276.92º degrees, saturation: 0.24, 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 #E5DDEA is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB229221234-
CMYK0.020.0600.08
HSL276.92º23.64%89.22%-
HSV(B)276.92º5.56%91.76%-
XYZ73.0274.3188.34-
YUV224.87133.15130.94-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.48%
GREEN value IS 221 (86.72% from 255) = 32.31%
BLUE value IS 234 (91.80% from 255) = 34.21%
R=33.48%
G=32.31%
B=34.21%

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
Decimal2292212340.020.0600.08276.9223.6489.22
HexE5DDEA26081151859
Octal3453353522601042530131
Binary1110010111011101111010101011001000100010101110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DDEA; }

 p { color: rgb(229,221,234); }

 H1.HeaderClassName
 {
   color: #E5DDEA;
 }
 .AnyTagClassName
 {
   color: #E5DDEA;
 }
</style>
background-color css

<style>
 a { background-color: #E5DDEA; }

 a { background-color: rgb(229,221,234); }

 div.DivClassName
 {
   background-color: #E5DDEA;
 }
 .BgClassName
 {
   background-color: #E5DDEA;
 }
</style>
border-color css

<style>
 span { border-color: #E5DDEA; }

 span { border-color: rgb(229,221,234); }

 td.TdClassName
 {
   border-color: #E5DDEA;
 }
 .TagClassName
 {
   border-color: #E5DDEA;
 }
</style>