#E5DBEA

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

Shades of Blue Chalk #E5DBEA

Tints of Blue Chalk #E5DBEA

Color information

#E5DBEA (or 0xE5DBEA) is unknown color: approx Blue Chalk. HEX triplet: E5, DB and EA. RGB value is (229,219,234). Sum of RGB (Red+Green+Blue) = 229+219+234=682 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.58% from 682); Green value is 219 (85.94% from 255 or 32.11% from 682); Blue value is 234 (91.80% from 255 or 34.31% from 682); Max value from RGB is 234 - color contains mainly: blue. Hex color #E5DBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DBEA is #1A2415. Grayscale: #DFDFDF. Windows color (decimal): -1713174 or 15391717. OLE color: 15391717.

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

Color convert

RGB229219234-
CMYK0.020.0600.08
HSL280º26.32%88.82%-
HSV(B)280º6.41%91.76%-
XYZ72.573.2688.16-
YUV223.7133.81131.78-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.58%
GREEN value IS 219 (85.94% from 255) = 32.11%
BLUE value IS 234 (91.80% from 255) = 34.31%
R=33.58%
G=32.11%
B=34.31%

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
Decimal2292192340.020.0600.0828026.3288.82
HexE5DBEA26081181a59
Octal3453333522601043032131
Binary1110010111011011111010101011001000100011000110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DBEA; }

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

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

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

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

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

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

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

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