#EACFCE

Color #EACFCE Vanilla Ice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vanilla Ice #EACFCE

Tints of Vanilla Ice #EACFCE

Color information

#EACFCE (or 0xEACFCE) is unknown color: approx Vanilla Ice. HEX triplet: EA, CF and CE. RGB value is (234,207,206). Sum of RGB (Red+Green+Blue) = 234+207+206=647 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.17% from 647); Green value is 207 (81.25% from 255 or 31.99% from 647); Blue value is 206 (80.86% from 255 or 31.84% from 647); Max value from RGB is 234 - color contains mainly: red. Hex color #EACFCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACFCE is #153031. Grayscale: #D6D6D6. Windows color (decimal): -1388594 or 13553642. OLE color: 13553642.

HSL color Cylindrical-coordinate representation of color #EACFCE: hue angle of 2.14º degrees, saturation: 0.4, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EACFCE is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB234207206-
CMYK00.120.120.08
HSL2.14º40%86.27%-
HSV(B)2.14º11.97%91.76%-
XYZ67.3966.5767.69-
YUV214.96122.95141.58-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.17%
GREEN value IS 207 (81.25% from 255) = 31.99%
BLUE value IS 206 (80.86% from 255) = 31.84%
R=36.17%
G=31.99%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420720600.120.120.082.144086.27
HexEACFCE0CC822856
Octal3523173160141410250126
Binary1110101011001111110011100110011001000101010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACFCE; }

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

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

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

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

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

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

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

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