#EACAC7

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

Shades of Vanilla Ice #EACAC7

Tints of Vanilla Ice #EACAC7

Color information

#EACAC7 (or 0xEACAC7) is unknown color: approx Vanilla Ice. HEX triplet: EA, CA and C7. RGB value is (234,202,199). Sum of RGB (Red+Green+Blue) = 234+202+199=635 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.85% from 635); Green value is 202 (79.30% from 255 or 31.81% from 635); Blue value is 199 (78.12% from 255 or 31.34% from 635); Max value from RGB is 234 - color contains mainly: red. Hex color #EACAC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACAC7 is #153538. Grayscale: #D3D3D3. Windows color (decimal): -1389881 or 13093610. OLE color: 13093610.

HSL color Cylindrical-coordinate representation of color #EACAC7: hue angle of 5.14º degrees, saturation: 0.45, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EACAC7 is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB234202199-
CMYK00.140.150.08
HSL5.14º45.45%84.9%-
HSV(B)5.14º14.96%91.76%-
XYZ65.3663.8662.91-
YUV211.23121.1144.24-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.85%
GREEN value IS 202 (79.30% from 255) = 31.81%
BLUE value IS 199 (78.12% from 255) = 31.34%
R=36.85%
G=31.81%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420219900.140.150.085.1445.4584.9
HexEACAC70EF852d55
Octal3523123070161710555125
Binary11101010110010101100011101110111110001011011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACAC7; }

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

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

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

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

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

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

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

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