#E5DCEE

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

Shades of Blue Chalk #E5DCEE

Tints of Blue Chalk #E5DCEE

Color information

#E5DCEE (or 0xE5DCEE) is unknown color: approx Blue Chalk. HEX triplet: E5, DC and EE. RGB value is (229,220,238). Sum of RGB (Red+Green+Blue) = 229+220+238=687 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.33% from 687); Green value is 220 (86.33% from 255 or 32.02% from 687); Blue value is 238 (93.36% from 255 or 34.64% from 687); Max value from RGB is 238 - color contains mainly: blue. Hex color #E5DCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DCEE is #1A2311. Grayscale: #E0E0E0. Windows color (decimal): -1712914 or 15654117. OLE color: 15654117.

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

Color convert

RGB229220238-
CMYK0.040.0800.07
HSL270º34.62%89.8%-
HSV(B)270º7.56%93.33%-
XYZ73.3474.0291.31-
YUV224.74135.48131.04-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.33%
GREEN value IS 220 (86.33% from 255) = 32.02%
BLUE value IS 238 (93.36% from 255) = 34.64%
R=33.33%
G=32.02%
B=34.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2292202380.040.0800.0727034.6289.8
HexE5DCEE480710e235a
Octal3453343564100741643132
Binary111001011101110011101110100100001111000011101000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DCEE; }

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

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

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

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

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

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

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

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