#EBD4D4

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

Shades of Vanilla Ice #EBD4D4

Tints of Vanilla Ice #EBD4D4

Color information

#EBD4D4 (or 0xEBD4D4) is unknown color: approx Vanilla Ice. HEX triplet: EB, D4 and D4. RGB value is (235,212,212). Sum of RGB (Red+Green+Blue) = 235+212+212=659 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.66% from 659); Green value is 212 (83.20% from 255 or 32.17% from 659); Blue value is 212 (83.20% from 255 or 32.17% from 659); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD4D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD4D4 is #142B2B. Grayscale: #DADADA. Windows color (decimal): -1321772 or 13948139. OLE color: 13948139.

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

Color convert

RGB235212212-
CMYK00.100.100.08
HSL36.51%87.65%-
HSV(B)9.79%92.16%-
XYZ69.6969.572.03-
YUV218.88124.12139.5-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.66%
GREEN value IS 212 (83.20% from 255) = 32.17%
BLUE value IS 212 (83.20% from 255) = 32.17%
R=35.66%
G=32.17%
B=32.17%

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
Decimal23521221200.100.100.08036.5187.65
HexEBD4D40AA802558
Octal3533243240121210045130
Binary111010111101010011010100010101010100001001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD4D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD4D4; }

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

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

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

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

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

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

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

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