#E4CBEA

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

Shades of Blue Chalk #E4CBEA

Tints of Blue Chalk #E4CBEA

Color information

#E4CBEA (or 0xE4CBEA) is unknown color: approx Blue Chalk. HEX triplet: E4, CB and EA. RGB value is (228,203,234). Sum of RGB (Red+Green+Blue) = 228+203+234=665 (88% of max value = 765). Red value is 228 (89.45% from 255 or 34.29% from 665); Green value is 203 (79.69% from 255 or 30.53% from 665); Blue value is 234 (91.80% from 255 or 35.19% from 665); Max value from RGB is 234 - color contains mainly: blue. Hex color #E4CBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4CBEA is #1B3415. Grayscale: #D5D5D5. Windows color (decimal): -1782806 or 15387620. OLE color: 15387620.

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

Color convert

RGB228203234-
CMYK0.030.1300.08
HSL288.39º42.47%85.69%-
HSV(B)288.39º13.25%91.76%-
XYZ68.265.1586.82-
YUV214.01139.28137.98-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 34.29%
GREEN value IS 203 (79.69% from 255) = 30.53%
BLUE value IS 234 (91.80% from 255) = 35.19%
R=34.29%
G=30.53%
B=35.19%

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
Decimal2282032340.030.1300.08288.3942.4785.69
HexE4CBEA3D081202a56
Octal34431335231501044052126
Binary111001001100101111101010111101010001001000001010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4CBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4CBEA; }

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

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

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

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

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

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

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

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