#E3CBED

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

Shades of Blue Chalk #E3CBED

Tints of Blue Chalk #E3CBED

Color information

#E3CBED (or 0xE3CBED) is unknown color: approx Blue Chalk. HEX triplet: E3, CB and ED. RGB value is (227,203,237). Sum of RGB (Red+Green+Blue) = 227+203+237=667 (88% of max value = 765). Red value is 227 (89.06% from 255 or 34.03% from 667); Green value is 203 (79.69% from 255 or 30.43% from 667); Blue value is 237 (92.97% from 255 or 35.53% from 667); Max value from RGB is 237 - color contains mainly: blue. Hex color #E3CBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3CBED is #1C3412. Grayscale: #D5D5D5. Windows color (decimal): -1848339 or 15584227. OLE color: 15584227.

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

Color convert

RGB227203237-
CMYK0.040.1400.07
HSL282.35º48.57%86.27%-
HSV(B)282.35º14.35%92.94%-
XYZ68.3265.1689.1-
YUV214.05140.95137.24-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 34.03%
GREEN value IS 203 (79.69% from 255) = 30.43%
BLUE value IS 237 (92.97% from 255) = 35.53%
R=34.03%
G=30.43%
B=35.53%

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
Decimal2272032370.040.1400.07282.3548.5786.27
HexE3CBED4E0711a3156
Octal3433133554160743261126
Binary111000111100101111101101100111001111000110101100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3CBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3CBED; }

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

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

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

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

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

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

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

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