#EBCDCA

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

Shades of Vanilla Ice #EBCDCA

Tints of Vanilla Ice #EBCDCA

Color information

#EBCDCA (or 0xEBCDCA) is unknown color: approx Vanilla Ice. HEX triplet: EB, CD and CA. RGB value is (235,205,202). Sum of RGB (Red+Green+Blue) = 235+205+202=642 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.60% from 642); Green value is 205 (80.47% from 255 or 31.93% from 642); Blue value is 202 (79.30% from 255 or 31.46% from 642); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCDCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCDCA is #143235. Grayscale: #D5D5D5. Windows color (decimal): -1323574 or 13290987. OLE color: 13290987.

HSL color Cylindrical-coordinate representation of color #EBCDCA: hue angle of 5.45º 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 #EBCDCA is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB235205202-
CMYK00.130.140.08
HSL5.45º45.21%85.69%-
HSV(B)5.45º14.04%92.16%-
XYZ66.7565.5965.02-
YUV213.63121.44143.24-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.60%
GREEN value IS 205 (80.47% from 255) = 31.93%
BLUE value IS 202 (79.30% from 255) = 31.46%
R=36.60%
G=31.93%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520520200.130.140.085.4545.2185.69
HexEBCDCA0DE852d56
Octal3533153120151610555126
Binary11101011110011011100101001101111010001011011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCDCA; }

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

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

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

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

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

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

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

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