#ECD0CC

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

Shades of Vanilla Ice #ECD0CC

Tints of Vanilla Ice #ECD0CC

Color information

#ECD0CC (or 0xECD0CC) is unknown color: approx Vanilla Ice. HEX triplet: EC, D0 and CC. RGB value is (236,208,204). Sum of RGB (Red+Green+Blue) = 236+208+204=648 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.42% from 648); Green value is 208 (81.64% from 255 or 32.10% from 648); Blue value is 204 (80.08% from 255 or 31.48% from 648); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD0CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD0CC is #132F33. Grayscale: #D7D7D7. Windows color (decimal): -1257268 or 13422828. OLE color: 13422828.

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

Color convert

RGB236208204-
CMYK00.120.140.07
HSL7.5º45.71%86.27%-
HSV(B)7.5º13.56%92.55%-
XYZ68.0567.366.53-
YUV215.92121.28142.33-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.42%
GREEN value IS 208 (81.64% from 255) = 32.10%
BLUE value IS 204 (80.08% from 255) = 31.48%
R=36.42%
G=32.10%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620820400.120.140.077.545.7186.27
HexECD0CC0CE782e56
Octal3543203140141671056126
Binary11101100110100001100110001100111011110001011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD0CC; }

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

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

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

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

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

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

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

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