#E4DBEF

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

Shades of Blue Chalk #E4DBEF

Tints of Blue Chalk #E4DBEF

Color information

#E4DBEF (or 0xE4DBEF) is unknown color: approx Blue Chalk. HEX triplet: E4, DB and EF. RGB value is (228,219,239). Sum of RGB (Red+Green+Blue) = 228+219+239=686 (90% of max value = 765). Red value is 228 (89.45% from 255 or 33.24% from 686); Green value is 219 (85.94% from 255 or 31.92% from 686); Blue value is 239 (93.75% from 255 or 34.84% from 686); Max value from RGB is 239 - color contains mainly: blue. Hex color #E4DBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4DBEF is #1B2410. Grayscale: #DFDFDF. Windows color (decimal): -1778705 or 15719396. OLE color: 15719396.

HSL color Cylindrical-coordinate representation of color #E4DBEF: hue angle of 267º degrees, saturation: 0.38, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E4DBEF is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB228219239-
CMYK0.050.0800.06
HSL267º38.46%89.8%-
HSV(B)267º8.37%93.73%-
XYZ72.9173.3991.98-
YUV223.97136.48130.87-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 33.24%
GREEN value IS 219 (85.94% from 255) = 31.92%
BLUE value IS 239 (93.75% from 255) = 34.84%
R=33.24%
G=31.92%
B=34.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2282192390.050.0800.0626738.4689.8
HexE4DBEF580610b265a
Octal3443333575100641346132
Binary111001001101101111101111101100001101000010111001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4DBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4DBEF; }

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

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

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

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

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

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

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

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