#EBD2D0

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

Shades of Vanilla Ice #EBD2D0

Tints of Vanilla Ice #EBD2D0

Color information

#EBD2D0 (or 0xEBD2D0) is unknown color: approx Vanilla Ice. HEX triplet: EB, D2 and D0. RGB value is (235,210,208). Sum of RGB (Red+Green+Blue) = 235+210+208=653 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.99% from 653); Green value is 210 (82.42% from 255 or 32.16% from 653); Blue value is 208 (81.64% from 255 or 31.85% from 653); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD2D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD2D0 is #142D2F. Grayscale: #D9D9D9. Windows color (decimal): -1322288 or 13685483. OLE color: 13685483.

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

Color convert

RGB235210208-
CMYK00.110.110.08
HSL4.44º40.3%86.86%-
HSV(B)4.44º11.49%92.16%-
XYZ68.6968.3169.24-
YUV217.25122.78140.66-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.99%
GREEN value IS 210 (82.42% from 255) = 32.16%
BLUE value IS 208 (81.64% from 255) = 31.85%
R=35.99%
G=32.16%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521020800.110.110.084.4440.386.86
HexEBD2D00BB842857
Octal3533223200131310450127
Binary11101011110100101101000001011101110001001010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD2D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD2D0; }

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

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

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

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

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

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

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

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