#E5D3EF

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

Shades of Blue Chalk #E5D3EF

Tints of Blue Chalk #E5D3EF

Color information

#E5D3EF (or 0xE5D3EF) is unknown color: approx Blue Chalk. HEX triplet: E5, D3 and EF. RGB value is (229,211,239). Sum of RGB (Red+Green+Blue) = 229+211+239=679 (89% of max value = 765). Red value is 229 (89.84% from 255 or 33.73% from 679); Green value is 211 (82.81% from 255 or 31.08% from 679); Blue value is 239 (93.75% from 255 or 35.20% from 679); Max value from RGB is 239 - color contains mainly: blue. Hex color #E5D3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5D3EF is #1A2C10. Grayscale: #DBDBDB. Windows color (decimal): -1715217 or 15717349. OLE color: 15717349.

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

Color convert

RGB229211239-
CMYK0.040.1200.06
HSL278.57º46.67%88.24%-
HSV(B)278.57º11.72%93.73%-
XYZ71.1969.4891.32-
YUV219.57138.96134.72-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.73%
GREEN value IS 211 (82.81% from 255) = 31.08%
BLUE value IS 239 (93.75% from 255) = 35.20%
R=33.73%
G=31.08%
B=35.20%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2292112390.040.1200.06278.5746.6788.24
HexE5D3EF4C061172f58
Octal3453233574140642757130
Binary111001011101001111101111100110001101000101111011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D3EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D3EF; }

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

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

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

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

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

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

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

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