#EBD1CE

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

Shades of Vanilla Ice #EBD1CE

Tints of Vanilla Ice #EBD1CE

Color information

#EBD1CE (or 0xEBD1CE) is unknown color: approx Vanilla Ice. HEX triplet: EB, D1 and CE. RGB value is (235,209,206). Sum of RGB (Red+Green+Blue) = 235+209+206=650 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.15% from 650); Green value is 209 (82.03% from 255 or 32.15% from 650); Blue value is 206 (80.86% from 255 or 31.69% from 650); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD1CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD1CE is #142E31. Grayscale: #D8D8D8. Windows color (decimal): -1322546 or 13554155. OLE color: 13554155.

HSL color Cylindrical-coordinate representation of color #EBD1CE: hue angle of 6.21º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EBD1CE is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB235209206-
CMYK00.110.120.08
HSL6.21º42.03%86.47%-
HSV(B)6.21º12.34%92.16%-
XYZ68.267.7267.87-
YUV216.43122.11141.24-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.15%
GREEN value IS 209 (82.03% from 255) = 32.15%
BLUE value IS 206 (80.86% from 255) = 31.69%
R=36.15%
G=32.15%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520920600.110.120.086.2142.0386.47
HexEBD1CE0BC862a56
Octal3533213160131410652126
Binary11101011110100011100111001011110010001101010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD1CE; }

 p { color: rgb(235,209,206); }

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

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

 a { background-color: rgb(235,209,206); }

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

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

 span { border-color: rgb(235,209,206); }

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