#ECD7D5

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

Shades of Vanilla Ice #ECD7D5

Tints of Vanilla Ice #ECD7D5

Color information

#ECD7D5 (or 0xECD7D5) is unknown color: approx Vanilla Ice. HEX triplet: EC, D7 and D5. RGB value is (236,215,213). Sum of RGB (Red+Green+Blue) = 236+215+213=664 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.54% from 664); Green value is 215 (84.38% from 255 or 32.38% from 664); Blue value is 213 (83.59% from 255 or 32.08% from 664); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD7D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD7D5 is #13282A. Grayscale: #DDDDDD. Windows color (decimal): -1255467 or 14014444. OLE color: 14014444.

HSL color Cylindrical-coordinate representation of color #ECD7D5: hue angle of 5.22º degrees, saturation: 0.38, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ECD7D5 is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB236215213-
CMYK00.090.100.07
HSL5.22º37.7%88.04%-
HSV(B)5.22º9.75%92.55%-
XYZ70.971.2472.96-
YUV221.05123.46138.66-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.54%
GREEN value IS 215 (84.38% from 255) = 32.38%
BLUE value IS 213 (83.59% from 255) = 32.08%
R=35.54%
G=32.38%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621521300.090.100.075.2237.788.04
HexECD7D509A752658
Octal354327325011127546130
Binary1110110011010111110101010100110101111011001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD7D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD7D5; }

 p { color: rgb(236,215,213); }

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

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

 a { background-color: rgb(236,215,213); }

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

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

 span { border-color: rgb(236,215,213); }

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