#EFD7D6

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

Shades of Vanilla Ice #EFD7D6

Tints of Vanilla Ice #EFD7D6

Color information

#EFD7D6 (or 0xEFD7D6) is unknown color: approx Vanilla Ice. HEX triplet: EF, D7 and D6. RGB value is (239,215,214). Sum of RGB (Red+Green+Blue) = 239+215+214=668 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.78% from 668); Green value is 215 (84.38% from 255 or 32.19% from 668); Blue value is 214 (83.98% from 255 or 32.04% from 668); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD7D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD7D6 is #102829. Grayscale: #DEDEDE. Windows color (decimal): -1058858 or 14079983. OLE color: 14079983.

HSL color Cylindrical-coordinate representation of color #EFD7D6: hue angle of 2.4º degrees, saturation: 0.44, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EFD7D6 is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB239215214-
CMYK00.100.100.06
HSL2.4º43.86%88.82%-
HSV(B)2.4º10.46%93.73%-
XYZ72.0371.8173.68-
YUV222.06123.45140.08-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.78%
GREEN value IS 215 (84.38% from 255) = 32.19%
BLUE value IS 214 (83.98% from 255) = 32.04%
R=35.78%
G=32.19%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921521400.100.100.062.443.8688.82
HexEFD7D60AA622c59
Octal357327326012126254131
Binary111011111101011111010110010101010110101011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD7D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD7D6; }

 p { color: rgb(239,215,214); }

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

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

 a { background-color: rgb(239,215,214); }

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

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

 span { border-color: rgb(239,215,214); }

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