#EACEF1

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

Shades of Blue Chalk #EACEF1

Tints of Blue Chalk #EACEF1

Color information

#EACEF1 (or 0xEACEF1) is unknown color: approx Blue Chalk. HEX triplet: EA, CE and F1. RGB value is (234,206,241). Sum of RGB (Red+Green+Blue) = 234+206+241=681 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.36% from 681); Green value is 206 (80.86% from 255 or 30.25% from 681); Blue value is 241 (94.53% from 255 or 35.39% from 681); Max value from RGB is 241 - color contains mainly: blue. Hex color #EACEF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACEF1 is #15310E. Grayscale: #DADADA. Windows color (decimal): -1388815 or 15847146. OLE color: 15847146.

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

Color convert

RGB234206241-
CMYK0.030.1500.05
HSL288º55.56%87.65%-
HSV(B)288º14.52%94.51%-
XYZ71.8867.9992.55-
YUV218.36140.78139.15-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.36%
GREEN value IS 206 (80.86% from 255) = 30.25%
BLUE value IS 241 (94.53% from 255) = 35.39%
R=34.36%
G=30.25%
B=35.39%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2342062410.030.1500.0528855.5687.65
HexEACEF13F051203858
Octal3523163613170544070130
Binary11101010110011101111000111111101011001000001110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACEF1; }

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

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

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

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

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

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

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

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