#EBCDCD

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

Shades of Vanilla Ice #EBCDCD

Tints of Vanilla Ice #EBCDCD

Color information

#EBCDCD (or 0xEBCDCD) is unknown color: approx Vanilla Ice. HEX triplet: EB, CD and CD. RGB value is (235,205,205). Sum of RGB (Red+Green+Blue) = 235+205+205=645 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.43% from 645); Green value is 205 (80.47% from 255 or 31.78% from 645); Blue value is 205 (80.47% from 255 or 31.78% from 645); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCDCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCDCD is #143232. Grayscale: #D6D6D6. Windows color (decimal): -1323571 or 13487595. OLE color: 13487595.

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

Color convert

RGB235205205-
CMYK00.130.130.08
HSL42.86%86.27%-
HSV(B)12.77%92.16%-
XYZ67.1165.7366.91-
YUV213.97122.94143-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.43%
GREEN value IS 205 (80.47% from 255) = 31.78%
BLUE value IS 205 (80.47% from 255) = 31.78%
R=36.43%
G=31.78%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520520500.130.130.08042.8686.27
HexEBCDCD0DD802b56
Octal3533153150151510053126
Binary111010111100110111001101011011101100001010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCDCD; }

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

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

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

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

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

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

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

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