#E4DBE9

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

Shades of Blue Chalk #E4DBE9

Tints of Blue Chalk #E4DBE9

Color information

#E4DBE9 (or 0xE4DBE9) is unknown color: approx Blue Chalk. HEX triplet: E4, DB and E9. RGB value is (228,219,233). Sum of RGB (Red+Green+Blue) = 228+219+233=680 (90% of max value = 765). Red value is 228 (89.45% from 255 or 33.53% from 680); Green value is 219 (85.94% from 255 or 32.21% from 680); Blue value is 233 (91.41% from 255 or 34.26% from 680); Max value from RGB is 233 - color contains mainly: blue. Hex color #E4DBE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4DBE9 is #1B2416. Grayscale: #DFDFDF. Windows color (decimal): -1778711 or 15326180. OLE color: 15326180.

HSL color Cylindrical-coordinate representation of color #E4DBE9: hue angle of 278.57º degrees, saturation: 0.24, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E4DBE9 is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB228219233-
CMYK0.020.0600.09
HSL278.57º24.14%88.63%-
HSV(B)278.57º6.01%91.37%-
XYZ72.0373.0487.39-
YUV223.29133.48131.36-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 33.53%
GREEN value IS 219 (85.94% from 255) = 32.21%
BLUE value IS 233 (91.41% from 255) = 34.26%
R=33.53%
G=32.21%
B=34.26%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2282192330.020.0600.09278.5724.1488.63
HexE4DBE926091171859
Octal3443333512601142730131
Binary1110010011011011111010011011001001100010111110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4DBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4DBE9; }

 p { color: rgb(228,219,233); }

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

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

 a { background-color: rgb(228,219,233); }

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

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

 span { border-color: rgb(228,219,233); }

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