#EBD4D3

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

Shades of Vanilla Ice #EBD4D3

Tints of Vanilla Ice #EBD4D3

Color information

#EBD4D3 (or 0xEBD4D3) is unknown color: approx Vanilla Ice. HEX triplet: EB, D4 and D3. RGB value is (235,212,211). Sum of RGB (Red+Green+Blue) = 235+212+211=658 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.71% from 658); Green value is 212 (83.20% from 255 or 32.22% from 658); Blue value is 211 (82.81% from 255 or 32.07% from 658); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD4D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD4D3 is #142B2C. Grayscale: #DADADA. Windows color (decimal): -1321773 or 13882603. OLE color: 13882603.

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

Color convert

RGB235212211-
CMYK00.100.100.08
HSL2.5º37.5%87.45%-
HSV(B)2.5º10.21%92.16%-
XYZ69.5669.4571.37-
YUV218.76123.62139.58-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.71%
GREEN value IS 212 (83.20% from 255) = 32.22%
BLUE value IS 211 (82.81% from 255) = 32.07%
R=35.71%
G=32.22%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521221100.100.100.082.537.587.45
HexEBD4D30AA832657
Octal3533243230121210346127
Binary1110101111010100110100110101010101000111001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD4D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD4D3; }

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

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

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

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

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

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

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

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