#EECFCD

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

Shades of Vanilla Ice #EECFCD

Tints of Vanilla Ice #EECFCD

Color information

#EECFCD (or 0xEECFCD) is unknown color: approx Vanilla Ice. HEX triplet: EE, CF and CD. RGB value is (238,207,205). Sum of RGB (Red+Green+Blue) = 238+207+205=650 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.62% from 650); Green value is 207 (81.25% from 255 or 31.85% from 650); Blue value is 205 (80.47% from 255 or 31.54% from 650); Max value from RGB is 238 - color contains mainly: red. Hex color #EECFCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECFCD is #113032. Grayscale: #D8D8D8. Windows color (decimal): -1126451 or 13488110. OLE color: 13488110.

HSL color Cylindrical-coordinate representation of color #EECFCD: hue angle of 3.64º degrees, saturation: 0.49, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EECFCD is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB238207205-
CMYK00.130.140.07
HSL3.64º49.25%86.86%-
HSV(B)3.64º13.87%93.33%-
XYZ68.5967.2167.12-
YUV216.04121.77143.66-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.62%
GREEN value IS 207 (81.25% from 255) = 31.85%
BLUE value IS 205 (80.47% from 255) = 31.54%
R=36.62%
G=31.85%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820720500.130.140.073.6449.2586.86
HexEECFCD0DE743157
Octal356317315015167461127
Binary1110111011001111110011010110111101111001100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECFCD; }

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

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

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

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

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

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

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

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