#E5CBEB

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

Shades of Blue Chalk #E5CBEB

Tints of Blue Chalk #E5CBEB

Color information

#E5CBEB (or 0xE5CBEB) is unknown color: approx Blue Chalk. HEX triplet: E5, CB and EB. RGB value is (229,203,235). Sum of RGB (Red+Green+Blue) = 229+203+235=667 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.33% from 667); Green value is 203 (79.69% from 255 or 30.43% from 667); Blue value is 235 (92.19% from 255 or 35.23% from 667); Max value from RGB is 235 - color contains mainly: blue. Hex color #E5CBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CBEB is #1A3414. Grayscale: #D6D6D6. Windows color (decimal): -1717269 or 15453157. OLE color: 15453157.

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

Color convert

RGB229203235-
CMYK0.030.1400.08
HSL288.75º44.44%85.88%-
HSV(B)288.75º13.62%92.16%-
XYZ68.6665.3787.6-
YUV214.42139.61138.4-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.33%
GREEN value IS 203 (79.69% from 255) = 30.43%
BLUE value IS 235 (92.19% from 255) = 35.23%
R=34.33%
G=30.43%
B=35.23%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2292032350.030.1400.08288.7544.4485.88
HexE5CBEB3E081212c56
Octal34531335331601044154126
Binary111001011100101111101011111110010001001000011011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CBEB; }

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

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

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

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

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

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

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

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