#E4CAF0

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

Shades of Blue Chalk #E4CAF0

Tints of Blue Chalk #E4CAF0

Color information

#E4CAF0 (or 0xE4CAF0) is unknown color: approx Blue Chalk. HEX triplet: E4, CA and F0. RGB value is (228,202,240). Sum of RGB (Red+Green+Blue) = 228+202+240=670 (88% of max value = 765). Red value is 228 (89.45% from 255 or 34.03% from 670); Green value is 202 (79.30% from 255 or 30.15% from 670); Blue value is 240 (94.14% from 255 or 35.82% from 670); Max value from RGB is 240 - color contains mainly: blue. Hex color #E4CAF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4CAF0 is #1B350F. Grayscale: #D5D5D5. Windows color (decimal): -1783056 or 15780580. OLE color: 15780580.

HSL color Cylindrical-coordinate representation of color #E4CAF0: hue angle of 281.05º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E4CAF0 is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB228202240-
CMYK0.050.1600.06
HSL281.05º55.88%86.67%-
HSV(B)281.05º15.83%94.12%-
XYZ68.8465.0391.36-
YUV214.11142.61137.91-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 34.03%
GREEN value IS 202 (79.30% from 255) = 30.15%
BLUE value IS 240 (94.14% from 255) = 35.82%
R=34.03%
G=30.15%
B=35.82%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2282022400.050.1600.06281.0555.8886.67
HexE4CAF0510061193857
Octal3443123605200643170127
Binary1110010011001010111100001011000001101000110011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4CAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4CAF0; }

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

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

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

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

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

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

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

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