#E4CBEC

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

Shades of Blue Chalk #E4CBEC

Tints of Blue Chalk #E4CBEC

Color information

#E4CBEC (or 0xE4CBEC) is unknown color: approx Blue Chalk. HEX triplet: E4, CB and EC. RGB value is (228,203,236). Sum of RGB (Red+Green+Blue) = 228+203+236=667 (88% of max value = 765). Red value is 228 (89.45% from 255 or 34.18% from 667); Green value is 203 (79.69% from 255 or 30.43% from 667); Blue value is 236 (92.58% from 255 or 35.38% from 667); Max value from RGB is 236 - color contains mainly: blue. Hex color #E4CBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4CBEC is #1B3413. Grayscale: #D6D6D6. Windows color (decimal): -1782804 or 15518692. OLE color: 15518692.

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

Color convert

RGB228203236-
CMYK0.030.1400.07
HSL285.45º46.48%86.08%-
HSV(B)285.45º13.98%92.55%-
XYZ68.4965.2688.34-
YUV214.24140.28137.82-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 34.18%
GREEN value IS 203 (79.69% from 255) = 30.43%
BLUE value IS 236 (92.58% from 255) = 35.38%
R=34.18%
G=30.43%
B=35.38%

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
Decimal2282032360.030.1400.07285.4546.4886.08
HexE4CBEC3E0711d2e56
Octal3443133543160743556126
Binary11100100110010111110110011111001111000111011011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4CBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4CBEC; }

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

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

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

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

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

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

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

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