#E5D3EB

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

Shades of Blue Chalk #E5D3EB

Tints of Blue Chalk #E5D3EB

Color information

#E5D3EB (or 0xE5D3EB) is unknown color: approx Blue Chalk. HEX triplet: E5, D3 and EB. RGB value is (229,211,235). Sum of RGB (Red+Green+Blue) = 229+211+235=675 (89% of max value = 765). Red value is 229 (89.84% from 255 or 33.93% from 675); Green value is 211 (82.81% from 255 or 31.26% from 675); Blue value is 235 (92.19% from 255 or 34.81% from 675); Max value from RGB is 235 - color contains mainly: blue. Hex color #E5D3EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5D3EB is #1A2C14. Grayscale: #DBDBDB. Windows color (decimal): -1715221 or 15455205. OLE color: 15455205.

HSL color Cylindrical-coordinate representation of color #E5D3EB: hue angle of 285º degrees, saturation: 0.37, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E5D3EB is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB229211235-
CMYK0.030.1000.08
HSL285º37.5%87.45%-
HSV(B)285º10.21%92.16%-
XYZ70.669.2488.24-
YUV219.12136.96135.05-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.93%
GREEN value IS 211 (82.81% from 255) = 31.26%
BLUE value IS 235 (92.19% from 255) = 34.81%
R=33.93%
G=31.26%
B=34.81%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2292112350.030.1000.0828537.587.45
HexE5D3EB3A0811d2557
Octal34532335331201043545127
Binary111001011101001111101011111010010001000111011001011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D3EB; }

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

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

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

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

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

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

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

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