#E3DDE5

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

Shades of Blue Chalk #E3DDE5

Tints of Blue Chalk #E3DDE5

Color information

#E3DDE5 (or 0xE3DDE5) is unknown color: approx Blue Chalk. HEX triplet: E3, DD and E5. RGB value is (227,221,229). Sum of RGB (Red+Green+Blue) = 227+221+229=677 (89% of max value = 765). Red value is 227 (89.06% from 255 or 33.53% from 677); Green value is 221 (86.72% from 255 or 32.64% from 677); Blue value is 229 (89.84% from 255 or 33.83% from 677); Max value from RGB is 229 - color contains mainly: blue. Hex color #E3DDE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3DDE5 is #1C221A. Grayscale: #DFDFDF. Windows color (decimal): -1843739 or 15064547. OLE color: 15064547.

HSL color Cylindrical-coordinate representation of color #E3DDE5: hue angle of 285º degrees, saturation: 0.13, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E3DDE5 is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB227221229-
CMYK0.010.0300.10
HSL285º13.33%88.24%-
HSV(B)285º3.49%89.8%-
XYZ71.6873.784.58-
YUV223.71130.99130.35-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 33.53%
GREEN value IS 221 (86.72% from 255) = 32.64%
BLUE value IS 229 (89.84% from 255) = 33.83%
R=33.53%
G=32.64%
B=33.83%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2272212290.010.0300.1028513.3388.24
HexE3DDE5130A11dd58
Octal3433353451301243515130
Binary1110001111011101111001011110101010001110111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3DDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3DDE5; }

 p { color: rgb(227,221,229); }

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

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

 a { background-color: rgb(227,221,229); }

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

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

 span { border-color: rgb(227,221,229); }

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