#E5CAEE

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

Shades of Blue Chalk #E5CAEE

Tints of Blue Chalk #E5CAEE

Color information

#E5CAEE (or 0xE5CAEE) is unknown color: approx Blue Chalk. HEX triplet: E5, CA and EE. RGB value is (229,202,238). Sum of RGB (Red+Green+Blue) = 229+202+238=669 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.23% from 669); Green value is 202 (79.30% from 255 or 30.19% from 669); Blue value is 238 (93.36% from 255 or 35.58% from 669); Max value from RGB is 238 - color contains mainly: blue. Hex color #E5CAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CAEE is #1A3511. Grayscale: #D6D6D6. Windows color (decimal): -1717522 or 15649509. OLE color: 15649509.

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

Color convert

RGB229202238-
CMYK0.040.1500.07
HSL285º51.43%86.27%-
HSV(B)285º15.13%93.33%-
XYZ68.8765.0789.82-
YUV214.18141.45138.57-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.23%
GREEN value IS 202 (79.30% from 255) = 30.19%
BLUE value IS 238 (93.36% from 255) = 35.58%
R=34.23%
G=30.19%
B=35.58%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2292022380.040.1500.0728551.4386.27
HexE5CAEE4F0711d3356
Octal3453123564170743563126
Binary111001011100101011101110100111101111000111011100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CAEE; }

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

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

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

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

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

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

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

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