#E5DCED

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

Shades of Blue Chalk #E5DCED

Tints of Blue Chalk #E5DCED

Color information

#E5DCED (or 0xE5DCED) is unknown color: approx Blue Chalk. HEX triplet: E5, DC and ED. RGB value is (229,220,237). Sum of RGB (Red+Green+Blue) = 229+220+237=686 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.38% from 686); Green value is 220 (86.33% from 255 or 32.07% from 686); Blue value is 237 (92.97% from 255 or 34.55% from 686); Max value from RGB is 237 - color contains mainly: blue. Hex color #E5DCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DCED is #1A2312. Grayscale: #E0E0E0. Windows color (decimal): -1712915 or 15588581. OLE color: 15588581.

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

Color convert

RGB229220237-
CMYK0.030.0700.07
HSL271.76º32.08%89.61%-
HSV(B)271.76º7.17%92.94%-
XYZ73.1973.9690.54-
YUV224.63134.98131.12-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.38%
GREEN value IS 220 (86.33% from 255) = 32.07%
BLUE value IS 237 (92.97% from 255) = 34.55%
R=33.38%
G=32.07%
B=34.55%

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
Decimal2292202370.030.0700.07271.7632.0889.61
HexE5DCED3707110205a
Octal345334355370742040132
Binary1110010111011100111011011111101111000100001000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DCED; }

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

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

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

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

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

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

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

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