#EAC9C8

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

Shades of Vanilla Ice #EAC9C8

Tints of Vanilla Ice #EAC9C8

Color information

#EAC9C8 (or 0xEAC9C8) is unknown color: approx Vanilla Ice. HEX triplet: EA, C9 and C8. RGB value is (234,201,200). Sum of RGB (Red+Green+Blue) = 234+201+200=635 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.85% from 635); Green value is 201 (78.91% from 255 or 31.65% from 635); Blue value is 200 (78.52% from 255 or 31.50% from 635); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC9C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC9C8 is #153637. Grayscale: #D2D2D2. Windows color (decimal): -1390136 or 13158890. OLE color: 13158890.

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

Color convert

RGB234201200-
CMYK00.140.150.08
HSL1.76º44.74%85.1%-
HSV(B)1.76º14.53%91.76%-
XYZ65.2463.4463.45-
YUV210.75121.93144.58-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.85%
GREEN value IS 201 (78.91% from 255) = 31.65%
BLUE value IS 200 (78.52% from 255) = 31.50%
R=36.85%
G=31.65%
B=31.50%

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
Decimal23420120000.140.150.081.7644.7485.1
HexEAC9C80EF822d55
Octal3523113100161710255125
Binary1110101011001001110010000111011111000101011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC9C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC9C8; }

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

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

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

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

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

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

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

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