#EBD6D4

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

Shades of Vanilla Ice #EBD6D4

Tints of Vanilla Ice #EBD6D4

Color information

#EBD6D4 (or 0xEBD6D4) is unknown color: approx Vanilla Ice. HEX triplet: EB, D6 and D4. RGB value is (235,214,212). Sum of RGB (Red+Green+Blue) = 235+214+212=661 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.55% from 661); Green value is 214 (83.98% from 255 or 32.38% from 661); Blue value is 212 (83.20% from 255 or 32.07% from 661); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD6D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD6D4 is #14292B. Grayscale: #DCDCDC. Windows color (decimal): -1321260 or 13948651. OLE color: 13948651.

HSL color Cylindrical-coordinate representation of color #EBD6D4: hue angle of 5.22º degrees, saturation: 0.37, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EBD6D4 is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB235214212-
CMYK00.090.100.08
HSL5.22º36.51%87.65%-
HSV(B)5.22º9.79%92.16%-
XYZ70.1970.5172.2-
YUV220.05123.46138.66-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.55%
GREEN value IS 214 (83.98% from 255) = 32.38%
BLUE value IS 212 (83.20% from 255) = 32.07%
R=35.55%
G=32.38%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521421200.090.100.085.2236.5187.65
HexEBD6D409A852558
Octal3533263240111210545130
Binary11101011110101101101010001001101010001011001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD6D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD6D4; }

 p { color: rgb(235,214,212); }

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

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

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

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

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

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

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