#E3CBEC

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

Shades of Blue Chalk #E3CBEC

Tints of Blue Chalk #E3CBEC

Color information

#E3CBEC (or 0xE3CBEC) is unknown color: approx Blue Chalk. HEX triplet: E3, CB and EC. RGB value is (227,203,236). Sum of RGB (Red+Green+Blue) = 227+203+236=666 (88% of max value = 765). Red value is 227 (89.06% from 255 or 34.08% from 666); Green value is 203 (79.69% from 255 or 30.48% from 666); Blue value is 236 (92.58% from 255 or 35.44% from 666); Max value from RGB is 236 - color contains mainly: blue. Hex color #E3CBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3CBEC is #1C3413. Grayscale: #D5D5D5. Windows color (decimal): -1848340 or 15518691. OLE color: 15518691.

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

Color convert

RGB227203236-
CMYK0.040.1400.07
HSL283.64º46.48%86.08%-
HSV(B)283.64º13.98%92.55%-
XYZ68.1765.188.33-
YUV213.94140.45137.32-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 34.08%
GREEN value IS 203 (79.69% from 255) = 30.48%
BLUE value IS 236 (92.58% from 255) = 35.44%
R=34.08%
G=30.48%
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.07
SystemRedGreenBlueCMYKHSL
Decimal2272032360.040.1400.07283.6446.4886.08
HexE3CBEC4E0711c2e56
Octal3433133544160743456126
Binary111000111100101111101100100111001111000111001011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3CBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3CBEC; }

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

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

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

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

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

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

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

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