#E1CBEB

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

Shades of Blue Chalk #E1CBEB

Tints of Blue Chalk #E1CBEB

Color information

#E1CBEB (or 0xE1CBEB) is unknown color: approx Blue Chalk. HEX triplet: E1, CB and EB. RGB value is (225,203,235). Sum of RGB (Red+Green+Blue) = 225+203+235=663 (87% of max value = 765). Red value is 225 (88.28% from 255 or 33.94% from 663); Green value is 203 (79.69% from 255 or 30.62% from 663); Blue value is 235 (92.19% from 255 or 35.44% from 663); Max value from RGB is 235 - color contains mainly: blue. Hex color #E1CBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CBEB is #1E3414. Grayscale: #D5D5D5. Windows color (decimal): -1979413 or 15453153. OLE color: 15453153.

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

Color convert

RGB225203235-
CMYK0.040.1400.08
HSL281.25º44.44%85.88%-
HSV(B)281.25º13.62%92.16%-
XYZ67.464.7287.54-
YUV213.23140.29136.4-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.94%
GREEN value IS 203 (79.69% from 255) = 30.62%
BLUE value IS 235 (92.19% from 255) = 35.44%
R=33.94%
G=30.62%
B=35.44%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2252032350.040.1400.08281.2544.4485.88
HexE1CBEB4E081192c56
Octal34131335341601043154126
Binary1110000111001011111010111001110010001000110011011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CBEB; }

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

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

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

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

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

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

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

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