#E2CAEB

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

Shades of Blue Chalk #E2CAEB

Tints of Blue Chalk #E2CAEB

Color information

#E2CAEB (or 0xE2CAEB) is unknown color: approx Blue Chalk. HEX triplet: E2, CA and EB. RGB value is (226,202,235). Sum of RGB (Red+Green+Blue) = 226+202+235=663 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.09% from 663); Green value is 202 (79.30% from 255 or 30.47% from 663); Blue value is 235 (92.19% from 255 or 35.44% from 663); Max value from RGB is 235 - color contains mainly: blue. Hex color #E2CAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CAEB is #1D3514. Grayscale: #D4D4D4. Windows color (decimal): -1914133 or 15452898. OLE color: 15452898.

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

Color convert

RGB226202235-
CMYK0.040.1400.08
HSL283.64º45.21%85.69%-
HSV(B)283.64º14.04%92.16%-
XYZ67.4864.4187.47-
YUV212.94140.45137.32-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.09%
GREEN value IS 202 (79.30% from 255) = 30.47%
BLUE value IS 235 (92.19% from 255) = 35.44%
R=34.09%
G=30.47%
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.08
SystemRedGreenBlueCMYKHSL
Decimal2262022350.040.1400.08283.6445.2185.69
HexE2CAEB4E0811c2d56
Octal34231235341601043455126
Binary1110001011001010111010111001110010001000111001011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CAEB; }

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

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

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

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

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

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

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

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