#E3DBEB

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

Shades of Blue Chalk #E3DBEB

Tints of Blue Chalk #E3DBEB

Color information

#E3DBEB (or 0xE3DBEB) is unknown color: approx Blue Chalk. HEX triplet: E3, DB and EB. RGB value is (227,219,235). Sum of RGB (Red+Green+Blue) = 227+219+235=681 (90% of max value = 765). Red value is 227 (89.06% from 255 or 33.33% from 681); Green value is 219 (85.94% from 255 or 32.16% from 681); Blue value is 235 (92.19% from 255 or 34.51% from 681); Max value from RGB is 235 - color contains mainly: blue. Hex color #E3DBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3DBEB is #1C2414. Grayscale: #DFDFDF. Windows color (decimal): -1844245 or 15457251. OLE color: 15457251.

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

Color convert

RGB227219235-
CMYK0.030.0700.08
HSL270º28.57%89.02%-
HSV(B)270º6.81%92.16%-
XYZ72.0172.9988.89-
YUV223.22134.65130.7-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 33.33%
GREEN value IS 219 (85.94% from 255) = 32.16%
BLUE value IS 235 (92.19% from 255) = 34.51%
R=33.33%
G=32.16%
B=34.51%

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
Decimal2272192350.030.0700.0827028.5789.02
HexE3DBEB370810e1d59
Octal3433333533701041635131
Binary1110001111011011111010111111101000100001110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3DBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3DBEB; }

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

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

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

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

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

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

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

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