#EACCCA

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

Shades of Vanilla Ice #EACCCA

Tints of Vanilla Ice #EACCCA

Color information

#EACCCA (or 0xEACCCA) is unknown color: approx Vanilla Ice. HEX triplet: EA, CC and CA. RGB value is (234,204,202). Sum of RGB (Red+Green+Blue) = 234+204+202=640 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.56% from 640); Green value is 204 (80.08% from 255 or 31.88% from 640); Blue value is 202 (79.30% from 255 or 31.56% from 640); Max value from RGB is 234 - color contains mainly: red. Hex color #EACCCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACCCA is #153335. Grayscale: #D4D4D4. Windows color (decimal): -1389366 or 13290730. OLE color: 13290730.

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

Color convert

RGB234204202-
CMYK00.130.140.08
HSL3.75º43.24%85.49%-
HSV(B)3.75º13.68%91.76%-
XYZ66.1964.9464.92-
YUV212.74121.94143.16-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.56%
GREEN value IS 204 (80.08% from 255) = 31.88%
BLUE value IS 202 (79.30% from 255) = 31.56%
R=36.56%
G=31.88%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420420200.130.140.083.7543.2485.49
HexEACCCA0DE842b55
Octal3523143120151610453125
Binary11101010110011001100101001101111010001001010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACCCA; }

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

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

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

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

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

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

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

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