#E5DBED

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

Shades of Blue Chalk #E5DBED

Tints of Blue Chalk #E5DBED

Color information

#E5DBED (or 0xE5DBED) is unknown color: approx Blue Chalk. HEX triplet: E5, DB and ED. RGB value is (229,219,237). Sum of RGB (Red+Green+Blue) = 229+219+237=685 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.43% from 685); Green value is 219 (85.94% from 255 or 31.97% from 685); Blue value is 237 (92.97% from 255 or 34.60% from 685); Max value from RGB is 237 - color contains mainly: blue. Hex color #E5DBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DBED is #1A2412. Grayscale: #DFDFDF. Windows color (decimal): -1713171 or 15588325. OLE color: 15588325.

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

Color convert

RGB229219237-
CMYK0.030.0800.07
HSL273.33º33.33%89.41%-
HSV(B)273.33º7.59%92.94%-
XYZ72.9373.4490.45-
YUV224.04135.31131.54-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.43%
GREEN value IS 219 (85.94% from 255) = 31.97%
BLUE value IS 237 (92.97% from 255) = 34.60%
R=33.43%
G=31.97%
B=34.60%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2292192370.030.0800.07273.3333.3389.41
HexE5DBED38071112159
Octal3453333553100742141131
Binary11100101110110111110110111100001111000100011000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DBED; }

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

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

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

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

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

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

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

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