#E5DBEB

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

Shades of Blue Chalk #E5DBEB

Tints of Blue Chalk #E5DBEB

Color information

#E5DBEB (or 0xE5DBEB) is unknown color: approx Blue Chalk. HEX triplet: E5, DB and EB. RGB value is (229,219,235). Sum of RGB (Red+Green+Blue) = 229+219+235=683 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.53% from 683); Green value is 219 (85.94% from 255 or 32.06% from 683); Blue value is 235 (92.19% from 255 or 34.41% from 683); Max value from RGB is 235 - color contains mainly: blue. Hex color #E5DBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DBEB is #1A2414. Grayscale: #DFDFDF. Windows color (decimal): -1713173 or 15457253. OLE color: 15457253.

HSL color Cylindrical-coordinate representation of color #E5DBEB: hue angle of 277.5º degrees, saturation: 0.29, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E5DBEB is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB229219235-
CMYK0.030.0700.08
HSL277.5º28.57%89.02%-
HSV(B)277.5º6.81%92.16%-
XYZ72.6473.3288.92-
YUV223.81134.31131.7-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.53%
GREEN value IS 219 (85.94% from 255) = 32.06%
BLUE value IS 235 (92.19% from 255) = 34.41%
R=33.53%
G=32.06%
B=34.41%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2292192350.030.0700.08277.528.5789.02
HexE5DBEB37081161d59
Octal3453333533701042635131
Binary1110010111011011111010111111101000100010110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DBEB; }

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

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

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

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

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

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

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

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