#ECD0CD

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

Shades of Vanilla Ice #ECD0CD

Tints of Vanilla Ice #ECD0CD

Color information

#ECD0CD (or 0xECD0CD) is unknown color: approx Vanilla Ice. HEX triplet: EC, D0 and CD. RGB value is (236,208,205). Sum of RGB (Red+Green+Blue) = 236+208+205=649 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.36% from 649); Green value is 208 (81.64% from 255 or 32.05% from 649); Blue value is 205 (80.47% from 255 or 31.59% from 649); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD0CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD0CD is #132F32. Grayscale: #D8D8D8. Windows color (decimal): -1257267 or 13488364. OLE color: 13488364.

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

Color convert

RGB236208205-
CMYK00.120.130.07
HSL5.81º44.93%86.47%-
HSV(B)5.81º13.14%92.55%-
XYZ68.1767.3567.17-
YUV216.03121.78142.24-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.36%
GREEN value IS 208 (81.64% from 255) = 32.05%
BLUE value IS 205 (80.47% from 255) = 31.59%
R=36.36%
G=32.05%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620820500.120.130.075.8144.9386.47
HexECD0CD0CD762d56
Octal354320315014157655126
Binary1110110011010000110011010110011011111101011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD0CD; }

 p { color: rgb(236,208,205); }

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

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

 a { background-color: rgb(236,208,205); }

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

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

 span { border-color: rgb(236,208,205); }

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