#EBD6D3

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

Shades of Vanilla Ice #EBD6D3

Tints of Vanilla Ice #EBD6D3

Color information

#EBD6D3 (or 0xEBD6D3) is unknown color: approx Vanilla Ice. HEX triplet: EB, D6 and D3. RGB value is (235,214,211). Sum of RGB (Red+Green+Blue) = 235+214+211=660 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.61% from 660); Green value is 214 (83.98% from 255 or 32.42% from 660); Blue value is 211 (82.81% from 255 or 31.97% from 660); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD6D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD6D3 is #14292C. Grayscale: #DBDBDB. Windows color (decimal): -1321261 or 13883115. OLE color: 13883115.

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

Color convert

RGB235214211-
CMYK00.090.100.08
HSL7.5º37.5%87.45%-
HSV(B)7.5º10.21%92.16%-
XYZ70.0770.4671.54-
YUV219.94122.96138.74-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.61%
GREEN value IS 214 (83.98% from 255) = 32.42%
BLUE value IS 211 (82.81% from 255) = 31.97%
R=35.61%
G=32.42%
B=31.97%

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
Decimal23521421100.090.100.087.537.587.45
HexEBD6D309A882657
Octal35332632301112101046127
Binary111010111101011011010011010011010100010001001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD6D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD6D3; }

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

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

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

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

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

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

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

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