#EBD0CD

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

Shades of Vanilla Ice #EBD0CD

Tints of Vanilla Ice #EBD0CD

Color information

#EBD0CD (or 0xEBD0CD) is unknown color: approx Vanilla Ice. HEX triplet: EB, D0 and CD. RGB value is (235,208,205). Sum of RGB (Red+Green+Blue) = 235+208+205=648 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.27% from 648); Green value is 208 (81.64% from 255 or 32.10% from 648); Blue value is 205 (80.47% from 255 or 31.64% from 648); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD0CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD0CD is #142F32. Grayscale: #D7D7D7. Windows color (decimal): -1322803 or 13488363. OLE color: 13488363.

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

Color convert

RGB235208205-
CMYK00.110.130.08
HSL42.86%86.27%-
HSV(B)12.77%92.16%-
XYZ67.8467.1867.15-
YUV215.73121.95141.74-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.27%
GREEN value IS 208 (81.64% from 255) = 32.10%
BLUE value IS 205 (80.47% from 255) = 31.64%
R=36.27%
G=32.10%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520820500.110.130.08642.8686.27
HexEBD0CD0BD862b56
Octal3533203150131510653126
Binary11101011110100001100110101011110110001101010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD0CD; }

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

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

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

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

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

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

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

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