#ECD6D5

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

Shades of Vanilla Ice #ECD6D5

Tints of Vanilla Ice #ECD6D5

Color information

#ECD6D5 (or 0xECD6D5) is unknown color: approx Vanilla Ice. HEX triplet: EC, D6 and D5. RGB value is (236,214,213). Sum of RGB (Red+Green+Blue) = 236+214+213=663 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.60% from 663); Green value is 214 (83.98% from 255 or 32.28% from 663); Blue value is 213 (83.59% from 255 or 32.13% from 663); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD6D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD6D5 is #13292A. Grayscale: #DCDCDC. Windows color (decimal): -1255723 or 14014188. OLE color: 14014188.

HSL color Cylindrical-coordinate representation of color #ECD6D5: hue angle of 2.61º 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 #ECD6D5 is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB236214213-
CMYK00.090.100.07
HSL2.61º37.7%88.04%-
HSV(B)2.61º9.75%92.55%-
XYZ70.6570.7372.88-
YUV220.46123.79139.08-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.60%
GREEN value IS 214 (83.98% from 255) = 32.28%
BLUE value IS 213 (83.59% from 255) = 32.13%
R=35.60%
G=32.28%
B=32.13%

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
Decimal23621421300.090.100.072.6137.788.04
HexECD6D509A732658
Octal354326325011127346130
Binary111011001101011011010101010011010111111001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD6D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD6D5; }

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

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

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

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

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

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

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

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