#E5CBEC

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

Shades of Blue Chalk #E5CBEC

Tints of Blue Chalk #E5CBEC

Color information

#E5CBEC (or 0xE5CBEC) is unknown color: approx Blue Chalk. HEX triplet: E5, CB and EC. RGB value is (229,203,236). Sum of RGB (Red+Green+Blue) = 229+203+236=668 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.28% from 668); Green value is 203 (79.69% from 255 or 30.39% from 668); Blue value is 236 (92.58% from 255 or 35.33% from 668); Max value from RGB is 236 - color contains mainly: blue. Hex color #E5CBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CBEC is #1A3413. Grayscale: #D6D6D6. Windows color (decimal): -1717268 or 15518693. OLE color: 15518693.

HSL color Cylindrical-coordinate representation of color #E5CBEC: hue angle of 287.27º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E5CBEC is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB229203236-
CMYK0.030.1400.07
HSL287.27º46.48%86.08%-
HSV(B)287.27º13.98%92.55%-
XYZ68.8165.4388.36-
YUV214.54140.11138.32-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.28%
GREEN value IS 203 (79.69% from 255) = 30.39%
BLUE value IS 236 (92.58% from 255) = 35.33%
R=34.28%
G=30.39%
B=35.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2292032360.030.1400.07287.2746.4886.08
HexE5CBEC3E0711f2e56
Octal3453133543160743756126
Binary11100101110010111110110011111001111000111111011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CBEC; }

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

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

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

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

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

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

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

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