#E2CAEE

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

Shades of Blue Chalk #E2CAEE

Tints of Blue Chalk #E2CAEE

Color information

#E2CAEE (or 0xE2CAEE) is unknown color: approx Blue Chalk. HEX triplet: E2, CA and EE. RGB value is (226,202,238). Sum of RGB (Red+Green+Blue) = 226+202+238=666 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.93% from 666); Green value is 202 (79.30% from 255 or 30.33% from 666); Blue value is 238 (93.36% from 255 or 35.74% from 666); Max value from RGB is 238 - color contains mainly: blue. Hex color #E2CAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CAEE is #1D3511. Grayscale: #D5D5D5. Windows color (decimal): -1914130 or 15649506. OLE color: 15649506.

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

Color convert

RGB226202238-
CMYK0.050.1500.07
HSL280º51.43%86.27%-
HSV(B)280º15.13%93.33%-
XYZ67.9264.5889.78-
YUV213.28141.95137.07-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.93%
GREEN value IS 202 (79.30% from 255) = 30.33%
BLUE value IS 238 (93.36% from 255) = 35.74%
R=33.93%
G=30.33%
B=35.74%

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
Decimal2262022380.050.1500.0728051.4386.27
HexE2CAEE5F071183356
Octal3423123565170743063126
Binary111000101100101011101110101111101111000110001100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CAEE; }

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

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

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

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

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

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

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

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