#E4CAEE

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

Shades of Blue Chalk #E4CAEE

Tints of Blue Chalk #E4CAEE

Color information

#E4CAEE (or 0xE4CAEE) is unknown color: approx Blue Chalk. HEX triplet: E4, CA and EE. RGB value is (228,202,238). Sum of RGB (Red+Green+Blue) = 228+202+238=668 (88% of max value = 765). Red value is 228 (89.45% from 255 or 34.13% from 668); Green value is 202 (79.30% from 255 or 30.24% from 668); Blue value is 238 (93.36% from 255 or 35.63% from 668); Max value from RGB is 238 - color contains mainly: blue. Hex color #E4CAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4CAEE is #1B3511. Grayscale: #D5D5D5. Windows color (decimal): -1783058 or 15649508. OLE color: 15649508.

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

Color convert

RGB228202238-
CMYK0.040.1500.07
HSL283.33º51.43%86.27%-
HSV(B)283.33º15.13%93.33%-
XYZ68.5564.9189.8-
YUV213.88141.61138.07-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 34.13%
GREEN value IS 202 (79.30% from 255) = 30.24%
BLUE value IS 238 (93.36% from 255) = 35.63%
R=34.13%
G=30.24%
B=35.63%

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
Decimal2282022380.040.1500.07283.3351.4386.27
HexE4CAEE4F0711b3356
Octal3443123564170743363126
Binary111001001100101011101110100111101111000110111100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4CAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4CAEE; }

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

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

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

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

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

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

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

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