#E5DBEC

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

Shades of Blue Chalk #E5DBEC

Tints of Blue Chalk #E5DBEC

Color information

#E5DBEC (or 0xE5DBEC) is unknown color: approx Blue Chalk. HEX triplet: E5, DB and EC. RGB value is (229,219,236). Sum of RGB (Red+Green+Blue) = 229+219+236=684 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.48% from 684); Green value is 219 (85.94% from 255 or 32.02% from 684); Blue value is 236 (92.58% from 255 or 34.50% from 684); Max value from RGB is 236 - color contains mainly: blue. Hex color #E5DBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DBEC is #1A2413. Grayscale: #DFDFDF. Windows color (decimal): -1713172 or 15522789. OLE color: 15522789.

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

Color convert

RGB229219236-
CMYK0.030.0700.07
HSL275.29º30.91%89.22%-
HSV(B)275.29º7.2%92.55%-
XYZ72.7873.3889.68-
YUV223.93134.81131.62-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.48%
GREEN value IS 219 (85.94% from 255) = 32.02%
BLUE value IS 236 (92.58% from 255) = 34.50%
R=33.48%
G=32.02%
B=34.50%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2292192360.030.0700.07275.2930.9189.22
HexE5DBEC37071131f59
Octal345333354370742337131
Binary111001011101101111101100111110111100010011111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DBEC; }

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

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

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

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

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

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

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

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