#E4CAEB

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

Shades of Blue Chalk #E4CAEB

Tints of Blue Chalk #E4CAEB

Color information

#E4CAEB (or 0xE4CAEB) is unknown color: approx Blue Chalk. HEX triplet: E4, CA and EB. RGB value is (228,202,235). Sum of RGB (Red+Green+Blue) = 228+202+235=665 (88% of max value = 765). Red value is 228 (89.45% from 255 or 34.29% from 665); Green value is 202 (79.30% from 255 or 30.38% 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 #E4CAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4CAEB is #1B3514. Grayscale: #D5D5D5. Windows color (decimal): -1783061 or 15452900. OLE color: 15452900.

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

Color convert

RGB228202235-
CMYK0.030.1400.08
HSL287.27º45.21%85.69%-
HSV(B)287.27º14.04%92.16%-
XYZ68.1164.7387.5-
YUV213.54140.11138.32-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 34.29%
GREEN value IS 202 (79.30% from 255) = 30.38%
BLUE value IS 235 (92.19% from 255) = 35.34%
R=34.29%
G=30.38%
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
Decimal2282022350.030.1400.08287.2745.2185.69
HexE4CAEB3E0811f2d56
Octal34431235331601043755126
Binary111001001100101011101011111110010001000111111011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4CAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4CAEB; }

 p { color: rgb(228,202,235); }

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

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

 a { background-color: rgb(228,202,235); }

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

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

 span { border-color: rgb(228,202,235); }

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