#EACAF4

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

Shades of Blue Chalk #EACAF4

Tints of Blue Chalk #EACAF4

Color information

#EACAF4 (or 0xEACAF4) is unknown color: approx Blue Chalk. HEX triplet: EA, CA and F4. RGB value is (234,202,244). Sum of RGB (Red+Green+Blue) = 234+202+244=680 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.41% from 680); Green value is 202 (79.30% from 255 or 29.71% from 680); Blue value is 244 (95.70% from 255 or 35.88% from 680); Max value from RGB is 244 - color contains mainly: blue. Hex color #EACAF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACAF4 is #15350B. Grayscale: #D8D8D8. Windows color (decimal): -1389836 or 16042730. OLE color: 16042730.

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

Color convert

RGB234202244-
CMYK0.040.1700.04
HSL285.71º65.62%87.45%-
HSV(B)285.71º17.21%95.69%-
XYZ71.3866.2794.62-
YUV216.36143.6140.58-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.41%
GREEN value IS 202 (79.30% from 255) = 29.71%
BLUE value IS 244 (95.70% from 255) = 35.88%
R=34.41%
G=29.71%
B=35.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2342022440.040.1700.04285.7165.6287.45
HexEACAF44110411e4257
Octal35231236442104436102127
Binary11101010110010101111010010010001010010001111010000101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACAF4; }

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

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

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

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

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

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

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

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