#E4CAED

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

Shades of Blue Chalk #E4CAED

Tints of Blue Chalk #E4CAED

Color information

#E4CAED (or 0xE4CAED) is unknown color: approx Blue Chalk. HEX triplet: E4, CA and ED. RGB value is (228,202,237). Sum of RGB (Red+Green+Blue) = 228+202+237=667 (88% of max value = 765). Red value is 228 (89.45% from 255 or 34.18% from 667); Green value is 202 (79.30% from 255 or 30.28% from 667); Blue value is 237 (92.97% from 255 or 35.53% from 667); Max value from RGB is 237 - color contains mainly: blue. Hex color #E4CAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4CAED is #1B3512. Grayscale: #D5D5D5. Windows color (decimal): -1783059 or 15583972. OLE color: 15583972.

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

Color convert

RGB228202237-
CMYK0.040.1500.07
HSL284.57º49.3%86.08%-
HSV(B)284.57º14.77%92.94%-
XYZ68.464.8589.03-
YUV213.76141.11138.15-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 34.18%
GREEN value IS 202 (79.30% from 255) = 30.28%
BLUE value IS 237 (92.97% from 255) = 35.53%
R=34.18%
G=30.28%
B=35.53%

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
Decimal2282022370.040.1500.07284.5749.386.08
HexE4CAED4F0711d3156
Octal3443123554170743561126
Binary111001001100101011101101100111101111000111011100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4CAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4CAED; }

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

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

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

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

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

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

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

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