#EACEF6

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

Shades of Blue Chalk #EACEF6

Tints of Blue Chalk #EACEF6

Color information

#EACEF6 (or 0xEACEF6) is unknown color: approx Blue Chalk. HEX triplet: EA, CE and F6. RGB value is (234,206,246). Sum of RGB (Red+Green+Blue) = 234+206+246=686 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.11% from 686); Green value is 206 (80.86% from 255 or 30.03% from 686); Blue value is 246 (96.48% from 255 or 35.86% from 686); Max value from RGB is 246 - color contains mainly: blue. Hex color #EACEF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACEF6 is #153109. Grayscale: #DADADA. Windows color (decimal): -1388810 or 16174826. OLE color: 16174826.

HSL color Cylindrical-coordinate representation of color #EACEF6: hue angle of 282º degrees, saturation: 0.69, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EACEF6 is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB234206246-
CMYK0.050.1600.04
HSL282º68.97%88.63%-
HSV(B)282º16.26%96.47%-
XYZ72.6468.2996.54-
YUV218.93143.28138.75-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.11%
GREEN value IS 206 (80.86% from 255) = 30.03%
BLUE value IS 246 (96.48% from 255) = 35.86%
R=34.11%
G=30.03%
B=35.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2342062460.050.1600.0428268.9788.63
HexEACEF65100411a4559
Octal35231636652004432105131
Binary11101010110011101111011010110000010010001101010001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACEF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACEF6; }

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

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

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

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

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

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

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

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