#EACAF1

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

Shades of Blue Chalk #EACAF1

Tints of Blue Chalk #EACAF1

Color information

#EACAF1 (or 0xEACAF1) is unknown color: approx Blue Chalk. HEX triplet: EA, CA and F1. RGB value is (234,202,241). Sum of RGB (Red+Green+Blue) = 234+202+241=677 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.56% from 677); Green value is 202 (79.30% from 255 or 29.84% from 677); Blue value is 241 (94.53% from 255 or 35.60% from 677); Max value from RGB is 241 - color contains mainly: blue. Hex color #EACAF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACAF1 is #15350E. Grayscale: #D7D7D7. Windows color (decimal): -1389839 or 15846122. OLE color: 15846122.

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

Color convert

RGB234202241-
CMYK0.030.1600.05
HSL289.23º58.21%86.86%-
HSV(B)289.23º16.18%94.51%-
XYZ70.9366.0892.24-
YUV216.01142.1140.83-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.56%
GREEN value IS 202 (79.30% from 255) = 29.84%
BLUE value IS 241 (94.53% from 255) = 35.60%
R=34.56%
G=29.84%
B=35.60%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2342022410.030.1600.05289.2358.2186.86
HexEACAF1310051213a57
Octal3523123613200544172127
Binary111010101100101011110001111000001011001000011110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACAF1; }

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

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

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

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

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

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

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

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