#E4DBED

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

Shades of Blue Chalk #E4DBED

Tints of Blue Chalk #E4DBED

Color information

#E4DBED (or 0xE4DBED) is unknown color: approx Blue Chalk. HEX triplet: E4, DB and ED. RGB value is (228,219,237). Sum of RGB (Red+Green+Blue) = 228+219+237=684 (90% of max value = 765). Red value is 228 (89.45% from 255 or 33.33% from 684); Green value is 219 (85.94% from 255 or 32.02% from 684); Blue value is 237 (92.97% from 255 or 34.65% from 684); Max value from RGB is 237 - color contains mainly: blue. Hex color #E4DBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4DBED is #1B2412. Grayscale: #DFDFDF. Windows color (decimal): -1778707 or 15588324. OLE color: 15588324.

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

Color convert

RGB228219237-
CMYK0.040.0800.07
HSL270º33.33%89.41%-
HSV(B)270º7.59%92.94%-
XYZ72.6173.2790.44-
YUV223.74135.48131.04-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 33.33%
GREEN value IS 219 (85.94% from 255) = 32.02%
BLUE value IS 237 (92.97% from 255) = 34.65%
R=33.33%
G=32.02%
B=34.65%

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
Decimal2282192370.040.0800.0727033.3389.41
HexE4DBED480710e2159
Octal3443333554100741641131
Binary111001001101101111101101100100001111000011101000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4DBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4DBED; }

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

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

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

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

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

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

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

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