#EBCACA

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

Shades of Vanilla Ice #EBCACA

Tints of Vanilla Ice #EBCACA

Color information

#EBCACA (or 0xEBCACA) is unknown color: approx Vanilla Ice. HEX triplet: EB, CA and CA. RGB value is (235,202,202). Sum of RGB (Red+Green+Blue) = 235+202+202=639 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.78% from 639); Green value is 202 (79.30% from 255 or 31.61% from 639); Blue value is 202 (79.30% from 255 or 31.61% from 639); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCACA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCACA is #143535. Grayscale: #D3D3D3. Windows color (decimal): -1324342 or 13290219. OLE color: 13290219.

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

Color convert

RGB235202202-
CMYK00.140.140.08
HSL45.21%85.69%-
HSV(B)14.04%92.16%-
XYZ66.0464.1764.78-
YUV211.87122.43144.5-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.78%
GREEN value IS 202 (79.30% from 255) = 31.61%
BLUE value IS 202 (79.30% from 255) = 31.61%
R=36.78%
G=31.61%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520220200.140.140.08045.2185.69
HexEBCACA0EE802d56
Octal3533123120161610055126
Binary111010111100101011001010011101110100001011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCACA; }

 p { color: rgb(235,202,202); }

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

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

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

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

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

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

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