#EAC6C5

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

Shades of Vanilla Ice #EAC6C5

Tints of Vanilla Ice #EAC6C5

Color information

#EAC6C5 (or 0xEAC6C5) is unknown color: approx Vanilla Ice. HEX triplet: EA, C6 and C5. RGB value is (234,198,197). Sum of RGB (Red+Green+Blue) = 234+198+197=629 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.20% from 629); Green value is 198 (77.73% from 255 or 31.48% from 629); Blue value is 197 (77.34% from 255 or 31.32% from 629); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC6C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC6C5 is #15393A. Grayscale: #D0D0D0. Windows color (decimal): -1390907 or 12961514. OLE color: 12961514.

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

Color convert

RGB234198197-
CMYK00.150.160.08
HSL1.62º46.84%84.51%-
HSV(B)1.62º15.81%91.76%-
XYZ64.261.9161.39-
YUV208.65121.43146.08-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.20%
GREEN value IS 198 (77.73% from 255) = 31.48%
BLUE value IS 197 (77.34% from 255) = 31.32%
R=37.20%
G=31.48%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419819700.150.160.081.6246.8484.51
HexEAC6C50F10822f55
Octal3523063050172010257125
Binary11101010110001101100010101111100001000101011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC6C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC6C5; }

 p { color: rgb(234,198,197); }

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

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

 a { background-color: rgb(234,198,197); }

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

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

 span { border-color: rgb(234,198,197); }

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