#E5CAFA

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

Shades of Blue Chalk #E5CAFA

Tints of Blue Chalk #E5CAFA

Color information

#E5CAFA (or 0xE5CAFA) is unknown color: approx Blue Chalk. HEX triplet: E5, CA and FA. RGB value is (229,202,250). Sum of RGB (Red+Green+Blue) = 229+202+250=681 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.63% from 681); Green value is 202 (79.30% from 255 or 29.66% from 681); Blue value is 250 (98.05% from 255 or 36.71% from 681); Max value from RGB is 250 - color contains mainly: blue. Hex color #E5CAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CAFA is #1A3505. Grayscale: #D7D7D7. Windows color (decimal): -1717510 or 16435941. OLE color: 16435941.

HSL color Cylindrical-coordinate representation of color #E5CAFA: hue angle of 273.75º degrees, saturation: 0.83, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E5CAFA is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB229202250-
CMYK0.080.1900.02
HSL273.75º82.76%88.63%-
HSV(B)273.75º19.2%98.04%-
XYZ70.6965.899.42-
YUV215.54147.45137.6-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.63%
GREEN value IS 202 (79.30% from 255) = 29.66%
BLUE value IS 250 (98.05% from 255) = 36.71%
R=33.63%
G=29.66%
B=36.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2292022500.080.1900.02273.7582.7688.63
HexE5CAFA813021125359
Octal345312372102302422123131
Binary11100101110010101111101010001001101010001001010100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CAFA; }

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

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

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

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

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

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

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

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