#EBCECA

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

Shades of Vanilla Ice #EBCECA

Tints of Vanilla Ice #EBCECA

Color information

#EBCECA (or 0xEBCECA) is unknown color: approx Vanilla Ice. HEX triplet: EB, CE and CA. RGB value is (235,206,202). Sum of RGB (Red+Green+Blue) = 235+206+202=643 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.55% from 643); Green value is 206 (80.86% from 255 or 32.04% from 643); Blue value is 202 (79.30% from 255 or 31.42% from 643); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCECA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCECA is #143135. Grayscale: #D6D6D6. Windows color (decimal): -1323318 or 13291243. OLE color: 13291243.

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

Color convert

RGB235206202-
CMYK00.120.140.08
HSL7.27º45.21%85.69%-
HSV(B)7.27º14.04%92.16%-
XYZ66.9966.0765.1-
YUV214.22121.11142.83-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.55%
GREEN value IS 206 (80.86% from 255) = 32.04%
BLUE value IS 202 (79.30% from 255) = 31.42%
R=36.55%
G=32.04%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520620200.120.140.087.2745.2185.69
HexEBCECA0CE872d56
Octal3533163120141610755126
Binary11101011110011101100101001100111010001111011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCECA; }

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

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

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

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

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

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

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

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