#EACDC9

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

Shades of Vanilla Ice #EACDC9

Tints of Vanilla Ice #EACDC9

Color information

#EACDC9 (or 0xEACDC9) is unknown color: approx Vanilla Ice. HEX triplet: EA, CD and C9. RGB value is (234,205,201). Sum of RGB (Red+Green+Blue) = 234+205+201=640 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.56% from 640); Green value is 205 (80.47% from 255 or 32.03% from 640); Blue value is 201 (78.91% from 255 or 31.41% from 640); Max value from RGB is 234 - color contains mainly: red. Hex color #EACDC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACDC9 is #153236. Grayscale: #D5D5D5. Windows color (decimal): -1389111 or 13225450. OLE color: 13225450.

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

Color convert

RGB234205201-
CMYK00.120.140.08
HSL7.27º44%85.29%-
HSV(B)7.27º14.1%91.76%-
XYZ66.3165.3764.38-
YUV213.21121.11142.83-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.56%
GREEN value IS 205 (80.47% from 255) = 32.03%
BLUE value IS 201 (78.91% from 255) = 31.41%
R=36.56%
G=32.03%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420520100.120.140.087.274485.29
HexEACDC90CE872c55
Octal3523153110141610754125
Binary11101010110011011100100101100111010001111011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACDC9; }

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

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

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

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

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

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

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

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