#E5DCEF

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

Shades of Blue Chalk #E5DCEF

Tints of Blue Chalk #E5DCEF

Color information

#E5DCEF (or 0xE5DCEF) is unknown color: approx Blue Chalk. HEX triplet: E5, DC and EF. RGB value is (229,220,239). Sum of RGB (Red+Green+Blue) = 229+220+239=688 (91% of max value = 765). Red value is 229 (89.84% from 255 or 33.28% from 688); Green value is 220 (86.33% from 255 or 31.98% from 688); Blue value is 239 (93.75% from 255 or 34.74% from 688); Max value from RGB is 239 - color contains mainly: blue. Hex color #E5DCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DCEF is #1A2310. Grayscale: #E0E0E0. Windows color (decimal): -1712913 or 15719653. OLE color: 15719653.

HSL color Cylindrical-coordinate representation of color #E5DCEF: hue angle of 268.42º degrees, saturation: 0.37, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E5DCEF is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB229220239-
CMYK0.040.0800.06
HSL268.42º37.25%90%-
HSV(B)268.42º7.95%93.73%-
XYZ73.4974.0892.09-
YUV224.86135.98130.96-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.28%
GREEN value IS 220 (86.33% from 255) = 31.98%
BLUE value IS 239 (93.75% from 255) = 34.74%
R=33.28%
G=31.98%
B=34.74%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2292202390.040.0800.06268.4237.2590
HexE5DCEF480610c255a
Octal3453343574100641445132
Binary111001011101110011101111100100001101000011001001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DCEF; }

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

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

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

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

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

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

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

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