#EACCCC

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

Shades of Vanilla Ice #EACCCC

Tints of Vanilla Ice #EACCCC

Color information

#EACCCC (or 0xEACCCC) is unknown color: approx Vanilla Ice. HEX triplet: EA, CC and CC. RGB value is (234,204,204). Sum of RGB (Red+Green+Blue) = 234+204+204=642 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.45% from 642); Green value is 204 (80.08% from 255 or 31.78% from 642); Blue value is 204 (80.08% from 255 or 31.78% from 642); Max value from RGB is 234 - color contains mainly: red. Hex color #EACCCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACCCC is #153333. Grayscale: #D5D5D5. Windows color (decimal): -1389364 or 13421802. OLE color: 13421802.

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

Color convert

RGB234204204-
CMYK00.130.130.08
HSL41.67%85.88%-
HSV(B)12.82%91.76%-
XYZ66.4265.0466.18-
YUV212.97122.94143-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.45%
GREEN value IS 204 (80.08% from 255) = 31.78%
BLUE value IS 204 (80.08% from 255) = 31.78%
R=36.45%
G=31.78%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420420400.130.130.08041.6785.88
HexEACCCC0DD802a56
Octal3523143140151510052126
Binary111010101100110011001100011011101100001010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACCCC; }

 p { color: rgb(234,204,204); }

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

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

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

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

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

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

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