#E3CAEE

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

Shades of Blue Chalk #E3CAEE

Tints of Blue Chalk #E3CAEE

Color information

#E3CAEE (or 0xE3CAEE) is unknown color: approx Blue Chalk. HEX triplet: E3, CA and EE. RGB value is (227,202,238). Sum of RGB (Red+Green+Blue) = 227+202+238=667 (88% of max value = 765). Red value is 227 (89.06% from 255 or 34.03% from 667); Green value is 202 (79.30% from 255 or 30.28% from 667); Blue value is 238 (93.36% from 255 or 35.68% from 667); Max value from RGB is 238 - color contains mainly: blue. Hex color #E3CAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3CAEE is #1C3511. Grayscale: #D5D5D5. Windows color (decimal): -1848594 or 15649507. OLE color: 15649507.

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

Color convert

RGB227202238-
CMYK0.050.1500.07
HSL281.67º51.43%86.27%-
HSV(B)281.67º15.13%93.33%-
XYZ68.2364.7589.79-
YUV213.58141.78137.57-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 34.03%
GREEN value IS 202 (79.30% from 255) = 30.28%
BLUE value IS 238 (93.36% from 255) = 35.68%
R=34.03%
G=30.28%
B=35.68%

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
Decimal2272022380.050.1500.07281.6751.4386.27
HexE3CAEE5F0711a3356
Octal3433123565170743263126
Binary111000111100101011101110101111101111000110101100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3CAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3CAEE; }

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

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

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

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

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

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

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

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