#E1D3EF

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

Shades of Blue Chalk #E1D3EF

Tints of Blue Chalk #E1D3EF

Color information

#E1D3EF (or 0xE1D3EF) is unknown color: approx Blue Chalk. HEX triplet: E1, D3 and EF. RGB value is (225,211,239). Sum of RGB (Red+Green+Blue) = 225+211+239=675 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.33% from 675); Green value is 211 (82.81% from 255 or 31.26% from 675); Blue value is 239 (93.75% from 255 or 35.41% from 675); Max value from RGB is 239 - color contains mainly: blue. Hex color #E1D3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1D3EF is #1E2C10. Grayscale: #DADADA. Windows color (decimal): -1977361 or 15717345. OLE color: 15717345.

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

Color convert

RGB225211239-
CMYK0.060.1200.06
HSL270º46.67%88.24%-
HSV(B)270º11.72%93.73%-
XYZ69.9368.8391.26-
YUV218.38139.64132.72-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.33%
GREEN value IS 211 (82.81% from 255) = 31.26%
BLUE value IS 239 (93.75% from 255) = 35.41%
R=33.33%
G=31.26%
B=35.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2252112390.060.1200.0627046.6788.24
HexE1D3EF6C0610e2f58
Octal3413233576140641657130
Binary111000011101001111101111110110001101000011101011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D3EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D3EF; }

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

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

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

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

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

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

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

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