#EBCBCA

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

Shades of Vanilla Ice #EBCBCA

Tints of Vanilla Ice #EBCBCA

Color information

#EBCBCA (or 0xEBCBCA) is unknown color: approx Vanilla Ice. HEX triplet: EB, CB and CA. RGB value is (235,203,202). Sum of RGB (Red+Green+Blue) = 235+203+202=640 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.72% from 640); Green value is 203 (79.69% from 255 or 31.72% from 640); Blue value is 202 (79.30% from 255 or 31.56% from 640); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCBCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCBCA is #143435. Grayscale: #D4D4D4. Windows color (decimal): -1324086 or 13290475. OLE color: 13290475.

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

Color convert

RGB235203202-
CMYK00.140.140.08
HSL1.82º45.21%85.69%-
HSV(B)1.82º14.04%92.16%-
XYZ66.2864.6464.86-
YUV212.45122.1144.08-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.72%
GREEN value IS 203 (79.69% from 255) = 31.72%
BLUE value IS 202 (79.30% from 255) = 31.56%
R=36.72%
G=31.72%
B=31.56%

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
Decimal23520320200.140.140.081.8245.2185.69
HexEBCBCA0EE822d56
Octal3533133120161610255126
Binary1110101111001011110010100111011101000101011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCBCA; }

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

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

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

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

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

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

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

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