#EFD1CF

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

Shades of Vanilla Ice #EFD1CF

Tints of Vanilla Ice #EFD1CF

Color information

#EFD1CF (or 0xEFD1CF) is unknown color: approx Vanilla Ice. HEX triplet: EF, D1 and CF. RGB value is (239,209,207). Sum of RGB (Red+Green+Blue) = 239+209+207=655 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.49% from 655); Green value is 209 (82.03% from 255 or 31.91% from 655); Blue value is 207 (81.25% from 255 or 31.60% from 655); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD1CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD1CF is #102E30. Grayscale: #D9D9D9. Windows color (decimal): -1060401 or 13619695. OLE color: 13619695.

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

Color convert

RGB239209207-
CMYK00.130.130.06
HSL3.75º50%87.45%-
HSV(B)3.75º13.39%93.73%-
XYZ69.6668.4668.57-
YUV217.74121.94143.16-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.49%
GREEN value IS 209 (82.03% from 255) = 31.91%
BLUE value IS 207 (81.25% from 255) = 31.60%
R=36.49%
G=31.91%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920920700.130.130.063.755087.45
HexEFD1CF0DD643257
Octal357321317015156462127
Binary1110111111010001110011110110111011101001100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD1CF; }

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

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

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

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

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

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

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

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