#EACAF5

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

Shades of Blue Chalk #EACAF5

Tints of Blue Chalk #EACAF5

Color information

#EACAF5 (or 0xEACAF5) is unknown color: approx Blue Chalk. HEX triplet: EA, CA and F5. RGB value is (234,202,245). Sum of RGB (Red+Green+Blue) = 234+202+245=681 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.36% from 681); Green value is 202 (79.30% from 255 or 29.66% from 681); Blue value is 245 (96.09% from 255 or 35.98% from 681); Max value from RGB is 245 - color contains mainly: blue. Hex color #EACAF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACAF5 is #15350A. Grayscale: #D8D8D8. Windows color (decimal): -1389835 or 16108266. OLE color: 16108266.

HSL color Cylindrical-coordinate representation of color #EACAF5: hue angle of 284.65º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EACAF5 is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB234202245-
CMYK0.040.1800.04
HSL284.65º68.25%87.65%-
HSV(B)284.65º17.55%96.08%-
XYZ71.5366.3395.42-
YUV216.47144.1140.5-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.36%
GREEN value IS 202 (79.30% from 255) = 29.66%
BLUE value IS 245 (96.09% from 255) = 35.98%
R=34.36%
G=29.66%
B=35.98%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2342022450.040.1800.04284.6568.2587.65
HexEACAF54120411d4458
Octal35231236542204435104130
Binary11101010110010101111010110010010010010001110110001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACAF5; }

 p { color: rgb(234,202,245); }

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

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

 a { background-color: rgb(234,202,245); }

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

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

 span { border-color: rgb(234,202,245); }

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