#E3DBEC

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

Shades of Blue Chalk #E3DBEC

Tints of Blue Chalk #E3DBEC

Color information

#E3DBEC (or 0xE3DBEC) is unknown color: approx Blue Chalk. HEX triplet: E3, DB and EC. RGB value is (227,219,236). Sum of RGB (Red+Green+Blue) = 227+219+236=682 (90% of max value = 765). Red value is 227 (89.06% from 255 or 33.28% from 682); Green value is 219 (85.94% from 255 or 32.11% from 682); Blue value is 236 (92.58% from 255 or 34.60% from 682); Max value from RGB is 236 - color contains mainly: blue. Hex color #E3DBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3DBEC is #1C2413. Grayscale: #DFDFDF. Windows color (decimal): -1844244 or 15522787. OLE color: 15522787.

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

Color convert

RGB227219236-
CMYK0.040.0700.07
HSL268.24º30.91%89.22%-
HSV(B)268.24º7.2%92.55%-
XYZ72.1573.0589.65-
YUV223.33135.15130.62-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 33.28%
GREEN value IS 219 (85.94% from 255) = 32.11%
BLUE value IS 236 (92.58% from 255) = 34.60%
R=33.28%
G=32.11%
B=34.60%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2272192360.040.0700.07268.2430.9189.22
HexE3DBEC470710c1f59
Octal343333354470741437131
Binary1110001111011011111011001001110111100001100111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3DBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3DBEC; }

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

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

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

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

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

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

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

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