#E1C3EB

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

Shades of Blue Chalk #E1C3EB

Tints of Blue Chalk #E1C3EB

Color information

#E1C3EB (or 0xE1C3EB) is unknown color: approx Blue Chalk. HEX triplet: E1, C3 and EB. RGB value is (225,195,235). Sum of RGB (Red+Green+Blue) = 225+195+235=655 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.35% from 655); Green value is 195 (76.56% from 255 or 29.77% from 655); Blue value is 235 (92.19% from 255 or 35.88% from 655); Max value from RGB is 235 - color contains mainly: blue. Hex color #E1C3EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1C3EB is #1E3C14. Grayscale: #D0D0D0. Windows color (decimal): -1981461 or 15451105. OLE color: 15451105.

HSL color Cylindrical-coordinate representation of color #E1C3EB: hue angle of 285º degrees, saturation: 0.5, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E1C3EB is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB225195235-
CMYK0.040.1700.08
HSL285º50%84.31%-
HSV(B)285º17.02%92.16%-
XYZ65.5661.0486.92-
YUV208.53142.94139.75-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.35%
GREEN value IS 195 (76.56% from 255) = 29.77%
BLUE value IS 235 (92.19% from 255) = 35.88%
R=34.35%
G=29.77%
B=35.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2251952350.040.1700.082855084.31
HexE1C3EB4110811d3254
Octal34130335342101043562124
Binary11100001110000111110101110010001010001000111011100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C3EB; }

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

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

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

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

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

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

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

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