#E2CAEF

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

Shades of Blue Chalk #E2CAEF

Tints of Blue Chalk #E2CAEF

Color information

#E2CAEF (or 0xE2CAEF) is unknown color: approx Blue Chalk. HEX triplet: E2, CA and EF. RGB value is (226,202,239). Sum of RGB (Red+Green+Blue) = 226+202+239=667 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.88% from 667); Green value is 202 (79.30% from 255 or 30.28% from 667); Blue value is 239 (93.75% from 255 or 35.83% from 667); Max value from RGB is 239 - color contains mainly: blue. Hex color #E2CAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CAEF is #1D3510. Grayscale: #D5D5D5. Windows color (decimal): -1914129 or 15715042. OLE color: 15715042.

HSL color Cylindrical-coordinate representation of color #E2CAEF: hue angle of 278.92º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E2CAEF is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB226202239-
CMYK0.050.1500.06
HSL278.92º53.62%86.47%-
HSV(B)278.92º15.48%93.73%-
XYZ68.0664.6490.55-
YUV213.39142.45136.99-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.88%
GREEN value IS 202 (79.30% from 255) = 30.28%
BLUE value IS 239 (93.75% from 255) = 35.83%
R=33.88%
G=30.28%
B=35.83%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2262022390.050.1500.06278.9253.6286.47
HexE2CAEF5F061173656
Octal3423123575170642766126
Binary111000101100101011101111101111101101000101111101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CAEF; }

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

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

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

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

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

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

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

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