#ECD1CF

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

Shades of Vanilla Ice #ECD1CF

Tints of Vanilla Ice #ECD1CF

Color information

#ECD1CF (or 0xECD1CF) is unknown color: approx Vanilla Ice. HEX triplet: EC, D1 and CF. RGB value is (236,209,207). Sum of RGB (Red+Green+Blue) = 236+209+207=652 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.20% from 652); Green value is 209 (82.03% from 255 or 32.06% from 652); Blue value is 207 (81.25% from 255 or 31.75% from 652); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD1CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD1CF is #132E30. Grayscale: #D8D8D8. Windows color (decimal): -1257009 or 13619692. OLE color: 13619692.

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

Color convert

RGB236209207-
CMYK00.110.120.07
HSL4.14º43.28%86.86%-
HSV(B)4.14º12.29%92.55%-
XYZ68.6667.9468.53-
YUV216.84122.45141.66-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.20%
GREEN value IS 209 (82.03% from 255) = 32.06%
BLUE value IS 207 (81.25% from 255) = 31.75%
R=36.20%
G=32.06%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620920700.110.120.074.1443.2886.86
HexECD1CF0BC742b57
Octal354321317013147453127
Binary1110110011010001110011110101111001111001010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD1CF; }

 p { color: rgb(236,209,207); }

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

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

 a { background-color: rgb(236,209,207); }

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

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

 span { border-color: rgb(236,209,207); }

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