#EAC9C7

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

Shades of Vanilla Ice #EAC9C7

Tints of Vanilla Ice #EAC9C7

Color information

#EAC9C7 (or 0xEAC9C7) is unknown color: approx Vanilla Ice. HEX triplet: EA, C9 and C7. RGB value is (234,201,199). Sum of RGB (Red+Green+Blue) = 234+201+199=634 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.91% from 634); Green value is 201 (78.91% from 255 or 31.70% from 634); Blue value is 199 (78.12% from 255 or 31.39% from 634); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC9C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC9C7 is #153638. Grayscale: #D2D2D2. Windows color (decimal): -1390137 or 13093354. OLE color: 13093354.

HSL color Cylindrical-coordinate representation of color #EAC9C7: hue angle of 3.43º 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 #EAC9C7 is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB234201199-
CMYK00.140.150.08
HSL3.43º45.45%84.9%-
HSV(B)3.43º14.96%91.76%-
XYZ65.1363.3962.84-
YUV210.64121.43144.66-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.91%
GREEN value IS 201 (78.91% from 255) = 31.70%
BLUE value IS 199 (78.12% from 255) = 31.39%
R=36.91%
G=31.70%
B=31.39%

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
Decimal23420119900.140.150.083.4345.4584.9
HexEAC9C70EF832d55
Octal3523113070161710355125
Binary1110101011001001110001110111011111000111011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC9C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC9C7; }

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

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

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

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

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

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

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

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