#E3CAEF

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

Shades of Blue Chalk #E3CAEF

Tints of Blue Chalk #E3CAEF

Color information

#E3CAEF (or 0xE3CAEF) is unknown color: approx Blue Chalk. HEX triplet: E3, CA and EF. RGB value is (227,202,239). Sum of RGB (Red+Green+Blue) = 227+202+239=668 (88% of max value = 765). Red value is 227 (89.06% from 255 or 33.98% from 668); Green value is 202 (79.30% from 255 or 30.24% from 668); Blue value is 239 (93.75% from 255 or 35.78% from 668); Max value from RGB is 239 - color contains mainly: blue. Hex color #E3CAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3CAEF is #1C3510. Grayscale: #D5D5D5. Windows color (decimal): -1848593 or 15715043. OLE color: 15715043.

HSL color Cylindrical-coordinate representation of color #E3CAEF: hue angle of 280.54º 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 #E3CAEF is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB227202239-
CMYK0.050.1500.06
HSL280.54º53.62%86.47%-
HSV(B)280.54º15.48%93.73%-
XYZ68.3864.890.57-
YUV213.69142.28137.49-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 33.98%
GREEN value IS 202 (79.30% from 255) = 30.24%
BLUE value IS 239 (93.75% from 255) = 35.78%
R=33.98%
G=30.24%
B=35.78%

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
Decimal2272022390.050.1500.06280.5453.6286.47
HexE3CAEF5F061193656
Octal3433123575170643166126
Binary111000111100101011101111101111101101000110011101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3CAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3CAEF; }

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

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

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

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

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

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

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

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