#EBC7C5

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

Shades of Vanilla Ice #EBC7C5

Tints of Vanilla Ice #EBC7C5

Color information

#EBC7C5 (or 0xEBC7C5) is unknown color: approx Vanilla Ice. HEX triplet: EB, C7 and C5. RGB value is (235,199,197). Sum of RGB (Red+Green+Blue) = 235+199+197=631 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.24% from 631); Green value is 199 (78.12% from 255 or 31.54% from 631); Blue value is 197 (77.34% from 255 or 31.22% from 631); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC7C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC7C5 is #14383A. Grayscale: #D1D1D1. Windows color (decimal): -1325115 or 12961771. OLE color: 12961771.

HSL color Cylindrical-coordinate representation of color #EBC7C5: hue angle of 3.16º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EBC7C5 is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB235199197-
CMYK00.150.160.08
HSL3.16º48.72%84.71%-
HSV(B)3.16º16.17%92.16%-
XYZ64.7662.5461.48-
YUV209.54120.93146.16-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.24%
GREEN value IS 199 (78.12% from 255) = 31.54%
BLUE value IS 197 (77.34% from 255) = 31.22%
R=37.24%
G=31.54%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519919700.150.160.083.1648.7284.71
HexEBC7C50F10833155
Octal3533073050172010361125
Binary11101011110001111100010101111100001000111100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC7C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC7C5; }

 p { color: rgb(235,199,197); }

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

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

 a { background-color: rgb(235,199,197); }

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

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

 span { border-color: rgb(235,199,197); }

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