#EBD8D7

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

Shades of Vanilla Ice #EBD8D7

Tints of Vanilla Ice #EBD8D7

Color information

#EBD8D7 (or 0xEBD8D7) is unknown color: approx Vanilla Ice. HEX triplet: EB, D8 and D7. RGB value is (235,216,215). Sum of RGB (Red+Green+Blue) = 235+216+215=666 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.29% from 666); Green value is 216 (84.77% from 255 or 32.43% from 666); Blue value is 215 (84.38% from 255 or 32.28% from 666); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD8D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD8D7 is #142728. Grayscale: #DDDDDD. Windows color (decimal): -1320745 or 14145771. OLE color: 14145771.

HSL color Cylindrical-coordinate representation of color #EBD8D7: hue angle of 3º degrees, saturation: 0.33, 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 #EBD8D7 is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB235216215-
CMYK00.080.090.08
HSL33.33%88.24%-
HSV(B)8.51%92.16%-
XYZ71.0871.6874.38-
YUV221.57124.29137.58-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.29%
GREEN value IS 216 (84.77% from 255) = 32.43%
BLUE value IS 215 (84.38% from 255) = 32.28%
R=35.29%
G=32.43%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521621500.080.090.08333.3388.24
HexEBD8D7089832158
Octal3533303270101110341130
Binary1110101111011000110101110100010011000111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD8D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD8D7; }

 p { color: rgb(235,216,215); }

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

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

 a { background-color: rgb(235,216,215); }

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

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

 span { border-color: rgb(235,216,215); }

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