#E3DBEF

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

Shades of Blue Chalk #E3DBEF

Tints of Blue Chalk #E3DBEF

Color information

#E3DBEF (or 0xE3DBEF) is unknown color: approx Blue Chalk. HEX triplet: E3, DB and EF. RGB value is (227,219,239). Sum of RGB (Red+Green+Blue) = 227+219+239=685 (90% of max value = 765). Red value is 227 (89.06% from 255 or 33.14% from 685); Green value is 219 (85.94% from 255 or 31.97% from 685); Blue value is 239 (93.75% from 255 or 34.89% from 685); Max value from RGB is 239 - color contains mainly: blue. Hex color #E3DBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3DBEF is #1C2410. Grayscale: #DFDFDF. Windows color (decimal): -1844241 or 15719395. OLE color: 15719395.

HSL color Cylindrical-coordinate representation of color #E3DBEF: hue angle of 264º 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 #E3DBEF is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB227219239-
CMYK0.050.0800.06
HSL264º38.46%89.8%-
HSV(B)264º8.37%93.73%-
XYZ72.5973.2391.97-
YUV223.67136.65130.37-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 33.14%
GREEN value IS 219 (85.94% from 255) = 31.97%
BLUE value IS 239 (93.75% from 255) = 34.89%
R=33.14%
G=31.97%
B=34.89%

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
Decimal2272192390.050.0800.0626438.4689.8
HexE3DBEF5806108265a
Octal3433333575100641046132
Binary111000111101101111101111101100001101000010001001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3DBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3DBEF; }

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

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

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

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

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

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

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

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