#EACDCC

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

Shades of Vanilla Ice #EACDCC

Tints of Vanilla Ice #EACDCC

Color information

#EACDCC (or 0xEACDCC) is unknown color: approx Vanilla Ice. HEX triplet: EA, CD and CC. RGB value is (234,205,204). Sum of RGB (Red+Green+Blue) = 234+205+204=643 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.39% from 643); Green value is 205 (80.47% from 255 or 31.88% from 643); Blue value is 204 (80.08% from 255 or 31.73% from 643); Max value from RGB is 234 - color contains mainly: red. Hex color #EACDCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACDCC is #153233. Grayscale: #D5D5D5. Windows color (decimal): -1389108 or 13422058. OLE color: 13422058.

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

Color convert

RGB234205204-
CMYK00.120.130.08
HSL41.67%85.88%-
HSV(B)12.82%91.76%-
XYZ66.6665.5166.26-
YUV213.56122.61142.58-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.39%
GREEN value IS 205 (80.47% from 255) = 31.88%
BLUE value IS 204 (80.08% from 255) = 31.73%
R=36.39%
G=31.88%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420520400.120.130.08241.6785.88
HexEACDCC0CD822a56
Octal3523153140141510252126
Binary1110101011001101110011000110011011000101010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACDCC; }

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

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

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

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

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

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

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

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