#E3D3EF

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

Shades of Blue Chalk #E3D3EF

Tints of Blue Chalk #E3D3EF

Color information

#E3D3EF (or 0xE3D3EF) is unknown color: approx Blue Chalk. HEX triplet: E3, D3 and EF. RGB value is (227,211,239). Sum of RGB (Red+Green+Blue) = 227+211+239=677 (89% of max value = 765). Red value is 227 (89.06% from 255 or 33.53% from 677); Green value is 211 (82.81% from 255 or 31.17% from 677); Blue value is 239 (93.75% from 255 or 35.30% from 677); Max value from RGB is 239 - color contains mainly: blue. Hex color #E3D3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3D3EF is #1C2C10. Grayscale: #DADADA. Windows color (decimal): -1846289 or 15717347. OLE color: 15717347.

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

Color convert

RGB227211239-
CMYK0.050.1200.06
HSL274.29º46.67%88.24%-
HSV(B)274.29º11.72%93.73%-
XYZ70.5569.1591.29-
YUV218.98139.3133.72-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 33.53%
GREEN value IS 211 (82.81% from 255) = 31.17%
BLUE value IS 239 (93.75% from 255) = 35.30%
R=33.53%
G=31.17%
B=35.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2272112390.050.1200.06274.2946.6788.24
HexE3D3EF5C061122f58
Octal3433233575140642257130
Binary111000111101001111101111101110001101000100101011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3D3EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3D3EF; }

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

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

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

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

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

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

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

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