#E4DBEB

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

Shades of Blue Chalk #E4DBEB

Tints of Blue Chalk #E4DBEB

Color information

#E4DBEB (or 0xE4DBEB) is unknown color: approx Blue Chalk. HEX triplet: E4, DB and EB. RGB value is (228,219,235). Sum of RGB (Red+Green+Blue) = 228+219+235=682 (90% of max value = 765). Red value is 228 (89.45% from 255 or 33.43% from 682); Green value is 219 (85.94% from 255 or 32.11% from 682); Blue value is 235 (92.19% from 255 or 34.46% from 682); Max value from RGB is 235 - color contains mainly: blue. Hex color #E4DBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4DBEB is #1B2414. Grayscale: #DFDFDF. Windows color (decimal): -1778709 or 15457252. OLE color: 15457252.

HSL color Cylindrical-coordinate representation of color #E4DBEB: hue angle of 273.75º degrees, saturation: 0.29, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E4DBEB is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB228219235-
CMYK0.030.0700.08
HSL273.75º28.57%89.02%-
HSV(B)273.75º6.81%92.16%-
XYZ72.3273.1688.91-
YUV223.52134.48131.2-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 33.43%
GREEN value IS 219 (85.94% from 255) = 32.11%
BLUE value IS 235 (92.19% from 255) = 34.46%
R=33.43%
G=32.11%
B=34.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2282192350.030.0700.08273.7528.5789.02
HexE4DBEB37081121d59
Octal3443333533701042235131
Binary1110010011011011111010111111101000100010010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4DBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4DBEB; }

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

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

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

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

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

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

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

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