#EBD6D5

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

Shades of Vanilla Ice #EBD6D5

Tints of Vanilla Ice #EBD6D5

Color information

#EBD6D5 (or 0xEBD6D5) is unknown color: approx Vanilla Ice. HEX triplet: EB, D6 and D5. RGB value is (235,214,213). Sum of RGB (Red+Green+Blue) = 235+214+213=662 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.50% from 662); Green value is 214 (83.98% from 255 or 32.33% from 662); Blue value is 213 (83.59% from 255 or 32.18% from 662); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD6D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD6D5 is #14292A. Grayscale: #DCDCDC. Windows color (decimal): -1321259 or 14014187. OLE color: 14014187.

HSL color Cylindrical-coordinate representation of color #EBD6D5: hue angle of 2.73º degrees, saturation: 0.35, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EBD6D5 is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB235214213-
CMYK00.090.090.08
HSL2.73º35.48%87.84%-
HSV(B)2.73º9.36%92.16%-
XYZ70.3270.5672.86-
YUV220.16123.96138.58-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.50%
GREEN value IS 214 (83.98% from 255) = 32.33%
BLUE value IS 213 (83.59% from 255) = 32.18%
R=35.50%
G=32.33%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521421300.090.090.082.7335.4887.84
HexEBD6D5099832358
Octal3533263250111110343130
Binary1110101111010110110101010100110011000111000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD6D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD6D5; }

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

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

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

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

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

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

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

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