#EACFCD

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

Shades of Vanilla Ice #EACFCD

Tints of Vanilla Ice #EACFCD

Color information

#EACFCD (or 0xEACFCD) is unknown color: approx Vanilla Ice. HEX triplet: EA, CF and CD. RGB value is (234,207,205). Sum of RGB (Red+Green+Blue) = 234+207+205=646 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.22% from 646); Green value is 207 (81.25% from 255 or 32.04% from 646); Blue value is 205 (80.47% from 255 or 31.73% from 646); Max value from RGB is 234 - color contains mainly: red. Hex color #EACFCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACFCD is #153032. Grayscale: #D6D6D6. Windows color (decimal): -1388595 or 13488106. OLE color: 13488106.

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

Color convert

RGB234207205-
CMYK00.120.120.08
HSL4.14º40.85%86.08%-
HSV(B)4.14º12.39%91.76%-
XYZ67.2666.5367.05-
YUV214.84122.45141.66-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.22%
GREEN value IS 207 (81.25% from 255) = 32.04%
BLUE value IS 205 (80.47% from 255) = 31.73%
R=36.22%
G=32.04%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420720500.120.120.084.1440.8586.08
HexEACFCD0CC842956
Octal3523173150141410451126
Binary11101010110011111100110101100110010001001010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACFCD; }

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

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

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

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

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

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

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

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