#E1CAEE

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

Shades of Blue Chalk #E1CAEE

Tints of Blue Chalk #E1CAEE

Color information

#E1CAEE (or 0xE1CAEE) is unknown color: approx Blue Chalk. HEX triplet: E1, CA and EE. RGB value is (225,202,238). Sum of RGB (Red+Green+Blue) = 225+202+238=665 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.83% from 665); Green value is 202 (79.30% from 255 or 30.38% from 665); Blue value is 238 (93.36% from 255 or 35.79% from 665); Max value from RGB is 238 - color contains mainly: blue. Hex color #E1CAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CAEE is #1E3511. Grayscale: #D4D4D4. Windows color (decimal): -1979666 or 15649505. OLE color: 15649505.

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

Color convert

RGB225202238-
CMYK0.050.1500.07
HSL278.33º51.43%86.27%-
HSV(B)278.33º15.13%93.33%-
XYZ67.664.4289.76-
YUV212.98142.12136.57-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.83%
GREEN value IS 202 (79.30% from 255) = 30.38%
BLUE value IS 238 (93.36% from 255) = 35.79%
R=33.83%
G=30.38%
B=35.79%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2252022380.050.1500.07278.3351.4386.27
HexE1CAEE5F071163356
Octal3413123565170742663126
Binary111000011100101011101110101111101111000101101100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CAEE; }

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

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

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

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

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

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

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

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