#E3CAF1

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

Shades of Blue Chalk #E3CAF1

Tints of Blue Chalk #E3CAF1

Color information

#E3CAF1 (or 0xE3CAF1) is unknown color: approx Blue Chalk. HEX triplet: E3, CA and F1. RGB value is (227,202,241). Sum of RGB (Red+Green+Blue) = 227+202+241=670 (88% of max value = 765). Red value is 227 (89.06% from 255 or 33.88% from 670); Green value is 202 (79.30% from 255 or 30.15% from 670); Blue value is 241 (94.53% from 255 or 35.97% from 670); Max value from RGB is 241 - color contains mainly: blue. Hex color #E3CAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3CAF1 is #1C350E. Grayscale: #D5D5D5. Windows color (decimal): -1848591 or 15846115. OLE color: 15846115.

HSL color Cylindrical-coordinate representation of color #E3CAF1: hue angle of 278.46º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E3CAF1 is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB227202241-
CMYK0.060.1600.05
HSL278.46º58.21%86.86%-
HSV(B)278.46º16.18%94.51%-
XYZ68.6864.9292.13-
YUV213.92143.28137.33-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 33.88%
GREEN value IS 202 (79.30% from 255) = 30.15%
BLUE value IS 241 (94.53% from 255) = 35.97%
R=33.88%
G=30.15%
B=35.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2272022410.060.1600.05278.4658.2186.86
HexE3CAF1610051163a57
Octal3433123616200542672127
Binary1110001111001010111100011101000001011000101101110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3CAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3CAF1; }

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

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

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

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

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

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

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

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