#E5CAF0

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

Shades of Blue Chalk #E5CAF0

Tints of Blue Chalk #E5CAF0

Color information

#E5CAF0 (or 0xE5CAF0) is unknown color: approx Blue Chalk. HEX triplet: E5, CA and F0. RGB value is (229,202,240). Sum of RGB (Red+Green+Blue) = 229+202+240=671 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.13% from 671); Green value is 202 (79.30% from 255 or 30.10% from 671); Blue value is 240 (94.14% from 255 or 35.77% from 671); Max value from RGB is 240 - color contains mainly: blue. Hex color #E5CAF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CAF0 is #1A350F. Grayscale: #D6D6D6. Windows color (decimal): -1717520 or 15780581. OLE color: 15780581.

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

Color convert

RGB229202240-
CMYK0.050.1600.06
HSL282.63º55.88%86.67%-
HSV(B)282.63º15.83%94.12%-
XYZ69.1665.1991.38-
YUV214.41142.45138.41-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.13%
GREEN value IS 202 (79.30% from 255) = 30.10%
BLUE value IS 240 (94.14% from 255) = 35.77%
R=34.13%
G=30.10%
B=35.77%

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
Decimal2292022400.050.1600.06282.6355.8886.67
HexE5CAF05100611b3857
Octal3453123605200643370127
Binary1110010111001010111100001011000001101000110111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CAF0; }

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

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

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

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

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

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

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

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