#EBD0CE

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

Shades of Vanilla Ice #EBD0CE

Tints of Vanilla Ice #EBD0CE

Color information

#EBD0CE (or 0xEBD0CE) is unknown color: approx Vanilla Ice. HEX triplet: EB, D0 and CE. RGB value is (235,208,206). Sum of RGB (Red+Green+Blue) = 235+208+206=649 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.21% from 649); Green value is 208 (81.64% from 255 or 32.05% from 649); Blue value is 206 (80.86% from 255 or 31.74% from 649); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD0CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD0CE is #142F31. Grayscale: #D7D7D7. Windows color (decimal): -1322802 or 13553899. OLE color: 13553899.

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

Color convert

RGB235208206-
CMYK00.110.120.08
HSL4.14º42.03%86.47%-
HSV(B)4.14º12.34%92.16%-
XYZ67.9667.2367.79-
YUV215.84122.45141.66-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.21%
GREEN value IS 208 (81.64% from 255) = 32.05%
BLUE value IS 206 (80.86% from 255) = 31.74%
R=36.21%
G=32.05%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520820600.110.120.084.1442.0386.47
HexEBD0CE0BC842a56
Octal3533203160131410452126
Binary11101011110100001100111001011110010001001010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD0CE; }

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

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

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

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

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

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

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

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