#E2CAEA

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

Shades of Blue Chalk #E2CAEA

Tints of Blue Chalk #E2CAEA

Color information

#E2CAEA (or 0xE2CAEA) is unknown color: approx Blue Chalk. HEX triplet: E2, CA and EA. RGB value is (226,202,234). Sum of RGB (Red+Green+Blue) = 226+202+234=662 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.14% from 662); Green value is 202 (79.30% from 255 or 30.51% from 662); Blue value is 234 (91.80% from 255 or 35.35% from 662); Max value from RGB is 234 - color contains mainly: blue. Hex color #E2CAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CAEA is #1D3515. Grayscale: #D4D4D4. Windows color (decimal): -1914134 or 15387362. OLE color: 15387362.

HSL color Cylindrical-coordinate representation of color #E2CAEA: hue angle of 285º degrees, saturation: 0.43, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E2CAEA is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB226202234-
CMYK0.030.1400.08
HSL285º43.24%85.49%-
HSV(B)285º13.68%91.76%-
XYZ67.3464.3586.71-
YUV212.82139.95137.4-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.14%
GREEN value IS 202 (79.30% from 255) = 30.51%
BLUE value IS 234 (91.80% from 255) = 35.35%
R=34.14%
G=30.51%
B=35.35%

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
Decimal2262022340.030.1400.0828543.2485.49
HexE2CAEA3E0811d2b55
Octal34231235231601043553125
Binary111000101100101011101010111110010001000111011010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CAEA; }

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

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

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

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

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

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

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

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