#E1CAEF

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

Shades of Blue Chalk #E1CAEF

Tints of Blue Chalk #E1CAEF

Color information

#E1CAEF (or 0xE1CAEF) is unknown color: approx Blue Chalk. HEX triplet: E1, CA and EF. RGB value is (225,202,239). Sum of RGB (Red+Green+Blue) = 225+202+239=666 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.78% from 666); Green value is 202 (79.30% from 255 or 30.33% from 666); Blue value is 239 (93.75% from 255 or 35.89% from 666); Max value from RGB is 239 - color contains mainly: blue. Hex color #E1CAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CAEF is #1E3510. Grayscale: #D4D4D4. Windows color (decimal): -1979665 or 15715041. OLE color: 15715041.

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

Color convert

RGB225202239-
CMYK0.060.1500.06
HSL277.3º53.62%86.47%-
HSV(B)277.3º15.48%93.73%-
XYZ67.7564.4890.54-
YUV213.1142.62136.49-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.78%
GREEN value IS 202 (79.30% from 255) = 30.33%
BLUE value IS 239 (93.75% from 255) = 35.89%
R=33.78%
G=30.33%
B=35.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2252022390.060.1500.06277.353.6286.47
HexE1CAEF6F061153656
Octal3413123576170642566126
Binary111000011100101011101111110111101101000101011101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CAEF; }

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

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

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

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

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

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

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

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