#E1D3EB

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

Shades of Blue Chalk #E1D3EB

Tints of Blue Chalk #E1D3EB

Color information

#E1D3EB (or 0xE1D3EB) is unknown color: approx Blue Chalk. HEX triplet: E1, D3 and EB. RGB value is (225,211,235). Sum of RGB (Red+Green+Blue) = 225+211+235=671 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.53% from 671); Green value is 211 (82.81% from 255 or 31.45% from 671); Blue value is 235 (92.19% from 255 or 35.02% from 671); Max value from RGB is 235 - color contains mainly: blue. Hex color #E1D3EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1D3EB is #1E2C14. Grayscale: #D9D9D9. Windows color (decimal): -1977365 or 15455201. OLE color: 15455201.

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

Color convert

RGB225211235-
CMYK0.040.1000.08
HSL275º37.5%87.45%-
HSV(B)275º10.21%92.16%-
XYZ69.3468.5988.18-
YUV217.92137.64133.05-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.53%
GREEN value IS 211 (82.81% from 255) = 31.45%
BLUE value IS 235 (92.19% from 255) = 35.02%
R=33.53%
G=31.45%
B=35.02%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2252112350.040.1000.0827537.587.45
HexE1D3EB4A081132557
Octal34132335341201042345127
Binary1110000111010011111010111001010010001000100111001011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D3EB; }

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

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

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

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

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

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

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

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