#EBC5C4

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

Shades of Vanilla Ice #EBC5C4

Tints of Vanilla Ice #EBC5C4

Color information

#EBC5C4 (or 0xEBC5C4) is unknown color: approx Vanilla Ice. HEX triplet: EB, C5 and C4. RGB value is (235,197,196). Sum of RGB (Red+Green+Blue) = 235+197+196=628 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.42% from 628); Green value is 197 (77.34% from 255 or 31.37% from 628); Blue value is 196 (76.95% from 255 or 31.21% from 628); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC5C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC5C4 is #143A3B. Grayscale: #D0D0D0. Windows color (decimal): -1325628 or 12895723. OLE color: 12895723.

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

Color convert

RGB235197196-
CMYK00.160.170.08
HSL1.54º49.37%84.51%-
HSV(B)1.54º16.6%92.16%-
XYZ64.1961.5860.73-
YUV208.25121.09147.08-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.42%
GREEN value IS 197 (77.34% from 255) = 31.37%
BLUE value IS 196 (76.95% from 255) = 31.21%
R=37.42%
G=31.37%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519719600.160.170.081.5449.3784.51
HexEBC5C401011823155
Octal3533053040202110261125
Binary111010111100010111000100010000100011000101100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC5C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC5C4; }

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

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

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

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

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

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

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

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