#E3CBEA

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

Shades of Blue Chalk #E3CBEA

Tints of Blue Chalk #E3CBEA

Color information

#E3CBEA (or 0xE3CBEA) is unknown color: approx Blue Chalk. HEX triplet: E3, CB and EA. RGB value is (227,203,234). Sum of RGB (Red+Green+Blue) = 227+203+234=664 (87% of max value = 765). Red value is 227 (89.06% from 255 or 34.19% from 664); Green value is 203 (79.69% from 255 or 30.57% from 664); Blue value is 234 (91.80% from 255 or 35.24% from 664); Max value from RGB is 234 - color contains mainly: blue. Hex color #E3CBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3CBEA is #1C3415. Grayscale: #D5D5D5. Windows color (decimal): -1848342 or 15387619. OLE color: 15387619.

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

Color convert

RGB227203234-
CMYK0.030.1300.08
HSL286.45º42.47%85.69%-
HSV(B)286.45º13.25%91.76%-
XYZ67.8964.9886.81-
YUV213.71139.45137.48-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 34.19%
GREEN value IS 203 (79.69% from 255) = 30.57%
BLUE value IS 234 (91.80% from 255) = 35.24%
R=34.19%
G=30.57%
B=35.24%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2272032340.030.1300.08286.4542.4785.69
HexE3CBEA3D0811e2a56
Octal34331335231501043652126
Binary111000111100101111101010111101010001000111101010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3CBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3CBEA; }

 p { color: rgb(227,203,234); }

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

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

 a { background-color: rgb(227,203,234); }

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

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

 span { border-color: rgb(227,203,234); }

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