#E3CBEB

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

Shades of Blue Chalk #E3CBEB

Tints of Blue Chalk #E3CBEB

Color information

#E3CBEB (or 0xE3CBEB) is unknown color: approx Blue Chalk. HEX triplet: E3, CB and EB. RGB value is (227,203,235). Sum of RGB (Red+Green+Blue) = 227+203+235=665 (88% of max value = 765). Red value is 227 (89.06% from 255 or 34.14% from 665); Green value is 203 (79.69% from 255 or 30.53% from 665); Blue value is 235 (92.19% from 255 or 35.34% from 665); Max value from RGB is 235 - color contains mainly: blue. Hex color #E3CBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3CBEB is #1C3414. Grayscale: #D5D5D5. Windows color (decimal): -1848341 or 15453155. OLE color: 15453155.

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

Color convert

RGB227203235-
CMYK0.030.1400.08
HSL285º44.44%85.88%-
HSV(B)285º13.62%92.16%-
XYZ68.0365.0487.57-
YUV213.82139.95137.4-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 34.14%
GREEN value IS 203 (79.69% from 255) = 30.53%
BLUE value IS 235 (92.19% from 255) = 35.34%
R=34.14%
G=30.53%
B=35.34%

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
Decimal2272032350.030.1400.0828544.4485.88
HexE3CBEB3E0811d2c56
Octal34331335331601043554126
Binary111000111100101111101011111110010001000111011011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3CBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3CBEB; }

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

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

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

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

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

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

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

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