#EFD1CE

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

Shades of Vanilla Ice #EFD1CE

Tints of Vanilla Ice #EFD1CE

Color information

#EFD1CE (or 0xEFD1CE) is unknown color: approx Vanilla Ice. HEX triplet: EF, D1 and CE. RGB value is (239,209,206). Sum of RGB (Red+Green+Blue) = 239+209+206=654 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.54% from 654); Green value is 209 (82.03% from 255 or 31.96% from 654); Blue value is 206 (80.86% from 255 or 31.50% from 654); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD1CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD1CE is #102E31. Grayscale: #D9D9D9. Windows color (decimal): -1060402 or 13554159. OLE color: 13554159.

HSL color Cylindrical-coordinate representation of color #EFD1CE: hue angle of 5.45º degrees, saturation: 0.51, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EFD1CE is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB239209206-
CMYK00.130.140.06
HSL5.45º50.77%87.25%-
HSV(B)5.45º13.81%93.73%-
XYZ69.5468.4167.93-
YUV217.63121.44143.24-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.54%
GREEN value IS 209 (82.03% from 255) = 31.96%
BLUE value IS 206 (80.86% from 255) = 31.50%
R=36.54%
G=31.96%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920920600.130.140.065.4550.7787.25
HexEFD1CE0DE653357
Octal357321316015166563127
Binary1110111111010001110011100110111101101011100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD1CE; }

 p { color: rgb(239,209,206); }

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

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

 a { background-color: rgb(239,209,206); }

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

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

 span { border-color: rgb(239,209,206); }

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