#EBCAC7

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

Shades of Vanilla Ice #EBCAC7

Tints of Vanilla Ice #EBCAC7

Color information

#EBCAC7 (or 0xEBCAC7) is unknown color: approx Vanilla Ice. HEX triplet: EB, CA and C7. RGB value is (235,202,199). Sum of RGB (Red+Green+Blue) = 235+202+199=636 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.95% from 636); Green value is 202 (79.30% from 255 or 31.76% from 636); Blue value is 199 (78.12% from 255 or 31.29% from 636); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCAC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCAC7 is #143538. Grayscale: #D3D3D3. Windows color (decimal): -1324345 or 13093611. OLE color: 13093611.

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

Color convert

RGB235202199-
CMYK00.140.150.08
HSL47.37%85.1%-
HSV(B)15.32%92.16%-
XYZ65.6964.0362.93-
YUV211.52120.93144.74-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.95%
GREEN value IS 202 (79.30% from 255) = 31.76%
BLUE value IS 199 (78.12% from 255) = 31.29%
R=36.95%
G=31.76%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520219900.140.150.08547.3785.1
HexEBCAC70EF852f55
Octal3533123070161710557125
Binary11101011110010101100011101110111110001011011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCAC7; }

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

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

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

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

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

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

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

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